Commit 8b2b04f1 by zhoujunpeng

资金拆借交易入口2

parent 817a9133
...@@ -178,9 +178,9 @@ export default { ...@@ -178,9 +178,9 @@ export default {
type:'view' type:'view'
} }
}) })
} else if (row.inr.length == 16) {//TODO:修改为16 本地测试:4 } else if (row.inr.length == 4) {//TODO:修改为16 本地测试:4
this.routerPush({ this.routerPush({
path: `/display/${row.inifrm.toLowerCase()}`,//${row.inifrm.toLowerCase()},fttpcm 本地测试写死 path: `/display/fttpcm`,//${row.inifrm.toLowerCase()},fttpcm 本地测试写死
query: { query: {
businessInr: row.inr, businessInr: row.inr,
businessType: 'TRN' businessType: 'TRN'
......
...@@ -222,8 +222,8 @@ ...@@ -222,8 +222,8 @@
</div> </div>
<!--stmData改为trnData--> <!--stmData改为trnData-->
<el-table <el-table
:data="trnData.data" :data="stmData.data"
:columns="trnData.columns" :columns="stmData.columns"
:showButtonFlg="true" :showButtonFlg="true"
> >
<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