Commit 36f4701b by jianglong

修改列表分页为超过10条才显示分页,修改INFLID交易列表header

parent 599c95a9
...@@ -450,17 +450,17 @@ export default { ...@@ -450,17 +450,17 @@ export default {
pattern: "date", pattern: "date",
label: "关闭日期", label: "关闭日期",
}, },
'8 19 "分行名称" 136', '8 19 "分行名称" 160',
//'9 18 "PTA NO." 150', //'9 18 "PTA NO." 150',
'10 5 "申请人编号" 191', '10 5 "申请人编号" 191',
'11 6 "申请人名称" 191', '11 6 "申请人名称" 191',
'12 7 "申请人名称(中文)" 191', //'12 7 "申请人名称(中文)" 191',
'13 10 "通知银行BIC编码" 165', '13 10 "通知银行BIC编码" 165',
'14 8 "受益人编号" 165', //'14 8 "受益人编号" 165',
'15 9 "受益人名称" 165', '15 9 "受益人名称" 165',
'16 14 "名义币种" 100', '16 14 "币种" 100',
'17 15 "名义金额" 130 2 8 1 16', '17 15 "金额" 130 2 8 1 16',
'18 16 "余额币种" 100', //'18 16 "余额币种" 100',
'19 17 "余额" 130 2 8 1 18', '19 17 "余额" 130 2 8 1 18',
], ],
data: [], data: [],
......
...@@ -173,7 +173,9 @@ ...@@ -173,7 +173,9 @@
<c-istream-table <c-istream-table
:list="stmData.data" :list="stmData.data"
:columns="stmData.columns" :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"> <el-table-column prop="op" label="OP" width="80" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
...@@ -194,6 +196,7 @@ ...@@ -194,6 +196,7 @@
<c-table <c-table
:border="true" :border="true"
:list="model.liaall.liaccv.liaccvg" :list="model.liaall.liaccv.liaccvg"
:total="model.liaall.liaccv.liaccvg.length"
style="width:100%,text-align:center" style="width:100%,text-align:center"
> >
<el-table-column prop="ccdflg" label="调整标识" width="70px"> <el-table-column prop="ccdflg" label="调整标识" width="70px">
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
:list="model.liaall.liaallg" :list="model.liaall.liaallg"
style="width:100%,text-align:center,margin-bottom:18px" style="width:100%,text-align:center,margin-bottom:18px"
:border="true" :border="true"
:total="model.liaall.liaallg.length"
> >
<el-table-column prop="bussec" label="业务" width="70px"> <el-table-column prop="bussec" label="业务" width="70px">
</el-table-column> </el-table-column>
......
...@@ -124,8 +124,9 @@ ...@@ -124,8 +124,9 @@
<c-table <c-table
style="text-align: center" style="text-align: center"
:list="model.setmod.setfog.setfol" :list="model.setmod.setfog.setfol"
:paginationShow="false" :paginationShow="true"
:border="true" :border="true"
:total="model.setmod.setfog.setfol.length"
> >
<el-table-column label="付款人" width="110px"> <el-table-column label="付款人" width="110px">
<template slot-scope="scope"> <template slot-scope="scope">
...@@ -310,8 +311,9 @@ ...@@ -310,8 +311,9 @@
<c-table <c-table
style="text-align: center" style="text-align: center"
:list="model.setmod.setfeg.setfel" :list="model.setmod.setfeg.setfel"
:paginationShow="false" :paginationShow="true"
:border="true" :border="true"
:total="model.setmod.setfeg.setfel.length"
> >
<el-table-column label="收取对象" width="110px"> <el-table-column label="收取对象" width="110px">
<template #default="scope"> <template #default="scope">
...@@ -466,8 +468,9 @@ ...@@ -466,8 +468,9 @@
<c-table <c-table
style="text-align: center" style="text-align: center"
:list="stmData3" :list="stmData3"
:paginationShow="false" :paginationShow="true"
:border="true" :border="true"
:total="stmData3.length"
> >
<el-table-column label="修改标识" prop="modflg" width="70px"> <el-table-column label="修改标识" prop="modflg" width="70px">
</el-table-column> </el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment