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
36f4701b
Commit
36f4701b
authored
Oct 26, 2022
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改列表分页为超过10条才显示分页,修改INFLID交易列表header
parent
599c95a9
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
10 deletions
+17
-10
Infsea.vue
src/views/Business/Inflid/Infsea.vue
+6
-6
Ccvpan.vue
src/views/Public/Ccvpan.vue
+4
-1
Engp.vue
src/views/Public/Engp.vue
+1
-0
Setpan.vue
src/views/Public/Setpan.vue
+6
-3
No files found.
src/views/Business/Inflid/Infsea.vue
View file @
36f4701b
...
...
@@ -450,17 +450,17 @@ export default {
pattern
:
"date"
,
label
:
"关闭日期"
,
},
'8 19 "分行名称" 1
36
'
,
'8 19 "分行名称" 1
60
'
,
//'9 18 "PTA NO." 150',
'10 5 "申请人编号" 191'
,
'11 6 "申请人名称" 191'
,
'12 7 "申请人名称(中文)" 191'
,
//
'12 7 "申请人名称(中文)" 191',
'13 10 "通知银行BIC编码" 165'
,
'14 8 "受益人编号" 165'
,
//
'14 8 "受益人编号" 165',
'15 9 "受益人名称" 165'
,
'16 14 "
名义
币种" 100'
,
'17 15 "
名义
金额" 130 2 8 1 16'
,
'18 16 "余额币种" 100'
,
'16 14 "币种" 100'
,
'17 15 "金额" 130 2 8 1 16'
,
//
'18 16 "余额币种" 100',
'19 17 "余额" 130 2 8 1 18'
,
],
data
:
[],
...
...
src/views/Public/Ccvpan.vue
View file @
36f4701b
...
...
@@ -173,7 +173,9 @@
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:paginationShow=
"false"
:paginationShow=
"true"
:total=
"stmData.data.length"
:tableData=
"stmData.data"
>
<el-table-column
prop=
"op"
label=
"OP"
width=
"80"
fixed=
"right"
>
<template
slot-scope=
"scope"
>
...
...
@@ -194,6 +196,7 @@
<c-table
:border=
"true"
:list=
"model.liaall.liaccv.liaccvg"
:total=
"model.liaall.liaccv.liaccvg.length"
style=
"width:100%,text-align:center"
>
<el-table-column
prop=
"ccdflg"
label=
"调整标识"
width=
"70px"
>
...
...
src/views/Public/Engp.vue
View file @
36f4701b
...
...
@@ -8,6 +8,7 @@
:list=
"model.liaall.liaallg"
style=
"width:100%,text-align:center,margin-bottom:18px"
:border=
"true"
:total=
"model.liaall.liaallg.length"
>
<el-table-column
prop=
"bussec"
label=
"业务"
width=
"70px"
>
</el-table-column>
...
...
src/views/Public/Setpan.vue
View file @
36f4701b
...
...
@@ -124,8 +124,9 @@
<c-table
style=
"text-align: center"
:list=
"model.setmod.setfog.setfol"
:paginationShow=
"
fals
e"
:paginationShow=
"
tru
e"
:border=
"true"
:total=
"model.setmod.setfog.setfol.length"
>
<el-table-column
label=
"付款人"
width=
"110px"
>
<
template
slot-scope=
"scope"
>
...
...
@@ -310,8 +311,9 @@
<c-table
style=
"text-align: center"
:list=
"model.setmod.setfeg.setfel"
:paginationShow=
"
fals
e"
:paginationShow=
"
tru
e"
:border=
"true"
:total=
"model.setmod.setfeg.setfel.length"
>
<el-table-column
label=
"收取对象"
width=
"110px"
>
<
template
#
default=
"scope"
>
...
...
@@ -466,8 +468,9 @@
<c-table
style=
"text-align: center"
:list=
"stmData3"
:paginationShow=
"
fals
e"
:paginationShow=
"
tru
e"
:border=
"true"
:total=
"stmData3.length"
>
<el-table-column
label=
"修改标识"
prop=
"modflg"
width=
"70px"
>
</el-table-column>
...
...
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