Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouqian
vue-gjjs
Commits
ee4f0ba8
Commit
ee4f0ba8
authored
Nov 02, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cnysel UI改造
parent
796883fe
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
8 deletions
+15
-8
IStreamTable.vue
src/views/Business/Cnysel/IStreamTable.vue
+0
-0
Selp.vue
src/views/Business/Cnysel/Selp.vue
+12
-7
index.vue
src/views/Business/Cnysel/index.vue
+3
-1
No files found.
src/views/Business/Cnysel/IStreamTable.vue
0 → 100644
View file @
ee4f0ba8
This diff is collapsed.
Click to expand it.
src/views/Business/Cnysel/Selp.vue
View file @
ee4f0ba8
...
...
@@ -85,18 +85,18 @@
<c-input
v-model=
"model.cnystm"
placeholder=
"请输入Selection"
></c-input>
</el-form-item>
</c-col>
-->
<c-istream-table
<c-istream-table
-noOperate
:list=
"stmData.data"
:columns=
"stmData.columns"
:showButtonFlg=
"true"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"200px
"
>
<
!--
<
template
slot=
"header"
>
<
c-col
:span=
"11"
style=
"text-align: left"
><span>
操作
</span
></c-col>
-->
<el-table-column
fixed=
"right"
prop=
"op"
width=
"auto
"
>
<template
slot=
"header"
>
<
!--
<c-col
:span=
"11"
style=
"text-align: center"
></c-col>
-->
<!--
<c-col
:span=
"12"
style=
"text-align:right"
><c-button
icon=
"el-icon-s-tools"
></c-button></c-col>
-->
<
!--
</
template
>
--
>
<
/
template
>
</el-table-column>
</c-istream-table>
</c-istream-table
-noOperate
>
</c-col>
</div>
...
...
@@ -109,10 +109,15 @@ import commonProcess from "~/mixin/commonProcess";
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Cnysel/Event"
;
import
IStreamTableNoOperate
from
"./IStreamTable.vue"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
components
:
{
"c-istream-table-noOperate"
:
IStreamTableNoOperate
},
data
()
{
return
{
ownextkey
:[
...
...
@@ -122,7 +127,7 @@ export default {
],
stmData
:
{
columns
:
[
'0 1 "业务编号" 1
1
0'
,
'0 1 "业务编号" 1
2
0'
,
'1 2 "币种" 110'
,
'2 3 "金额" 120 2 8:1 2 5'
,
'3 4 "收款人名称" 250'
,
...
...
src/views/Business/Cnysel/index.vue
View file @
ee4f0ba8
...
...
@@ -18,7 +18,9 @@
>
<!--PD000001 -->
<el-tab-pane
label=
"接口信息选择"
name=
"selp"
>
<m-selp
:model=
"model"
:codes=
"codes"
/>
<content>
<m-selp
:model=
"model"
:codes=
"codes"
/>
</content>
</el-tab-pane>
</c-tabs>
</el-form>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment