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
fukai
vue-gjjs
Commits
c6ede4f6
Commit
c6ede4f6
authored
Jan 15, 2022
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
待复核已完成table列调整
parent
cf50959c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
10 deletions
+17
-10
Inftrnps.vue
src/views/Business/Trnrel/Inftrnps.vue
+6
-2
Inftrnps.vue
src/views/Business/Trnrel/Trnfnd/Inftrnps.vue
+11
-8
No files found.
src/views/Business/Trnrel/Inftrnps.vue
View file @
c6ede4f6
...
...
@@ -546,14 +546,18 @@ export default {
columns
:
[
'10 1 "交易代码" 80'
,
'11 2 "业务编号" 150'
,
'1
1 3 "摘要信息" 15
0'
,
'1
7 3 "摘要信息" 30
0'
,
'12 4 "币种" 50'
,
'13 5 "金额" 100'
,
'14 6 "创建时间" 170'
,
'9 7 "签名要求" 70'
,
'2 8 "签名状态" 70'
,
'16 9 "经办柜员" 70'
,
'0 10 "业务状态" 80'
,
// '0 10 "业务状态" 80',
{
index
:
0
,
position
:
10
,
width
:
80
,
pattern
:
'code'
,
label
:
'业务状态'
,
code
:[{
label
:
"Waiting"
,
value
:
"W"
},
{
label
:
"Correct"
,
value
:
"C"
},
{
label
:
"Picked up"
,
value
:
"P"
},
{
label
:
"Rejected"
,
value
:
"N"
},]},
'15 11 "业务机构" 120'
,
],
data
:
[],
...
...
src/views/Business/Trnrel/Trnfnd/Inftrnps.vue
View file @
c6ede4f6
...
...
@@ -493,14 +493,17 @@ export default {
columns
:
[
'10 1 "交易代码" 80'
,
'11 2 "业务编号" 170'
,
'12 3 "币种" 70'
,
'13 4 "金额" 100'
,
'14 5 "创建时间" 170'
,
'9 6 "签名要求" 80'
,
'2 7 "签名状态" 80'
,
'16 8 "经办柜员" 80'
,
'0 9 "业务状态" 80'
,
'15 10 "业务机构" 200'
,
'17 3 "摘要信息" 300'
,
'12 4 "币种" 70'
,
'13 5 "金额" 100'
,
'14 6 "创建时间" 170'
,
'9 7 "签名要求" 80'
,
'2 8 "签名状态" 80'
,
'16 9 "经办柜员" 80'
,
// '0 10 "业务状态" 80',
{
index
:
0
,
position
:
10
,
width
:
80
,
pattern
:
'code'
,
label
:
'业务状态'
,
code
:[{
label
:
"Final"
,
value
:
"F"
},
{
label
:
"Released"
,
value
:
"R"
},]},
'15 11 "业务机构" 200'
,
],
data
:
[],
},
...
...
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