Commit 7795d9ba by liuxin

已完成列表详情页

parent 1ab40215
...@@ -385,7 +385,7 @@ ...@@ -385,7 +385,7 @@
> --> > -->
<el-row> <el-row>
<c-col :span="24"> <c-col :span="24">
<c-istream-table :list="stmData.data" :columns="stmData.columns"> <c-istream-table :list="stmData.data" :columns="stmData.columns" style="width:100%">
<el-table-column <el-table-column
fixed="right" fixed="right"
prop="display" prop="display"
...@@ -396,13 +396,13 @@ ...@@ -396,13 +396,13 @@
<c-col :span="11" style="text-align:left"><span>操作</span></c-col> <c-col :span="11" style="text-align:left"><span>操作</span></c-col>
<c-col :span="12" style="text-align:right"><c-button icon="el-icon-s-tools"></c-button></c-col> <c-col :span="12" style="text-align:right"><c-button icon="el-icon-s-tools"></c-button></c-col>
</template> </template>
<template> <template slot-scope="scope">
<!-- <a :href="`/#/display/${scope.row['10'].toLowerCase()}?trn=${scope.row['1']}`" target="_blank" >显示快照</a>--> <c-button
<!-- <a href="javascript:void(0)" @click="display(scope.$index, scope.row)" style="margin-left: 0"
>显示快照</a size="small"
> --> type="primary"
@click="onDetail(scope.$index,scope.row)"
<c-button style="margin-left: 0" size="small" > >
详情 详情
</c-button> </c-button>
<!-- <!--
...@@ -410,7 +410,11 @@ ...@@ -410,7 +410,11 @@
快照 快照
</c-button> </c-button>
--> -->
<c-button style="margin-left: 0" size="small" > <c-button
style="margin-left: 0"
size="small"
type="primary"
>
冲正 冲正
</c-button> </c-button>
</template> </template>
...@@ -484,26 +488,6 @@ export default { ...@@ -484,26 +488,6 @@ export default {
earnAmt: 0, earnAmt: 0,
}, },
stmData: { stmData: {
// columns: [
// '10 1 "TRN" 50 1 tdViewTypeEdit:0 3 ATPTXT',
// '11 2:1 "Own Reference" 112',
// '17 2:2 "Addtional Text" 112',
// '12 3 "Cur" 37',
// '13 4 "Relevant Amount" 101 2 8:1 2 5',
// '14 5 "Entry" 104 20 DateTime 1',
// '9 6:1 "Req" 39',
// '2 6:2 "Sig" 35',
// '6 8:1 "Rq0" 40',
// '3 8:2 "Rel0" 40',
// '7 9:1 "Rq1" 40',
// '4 9:2 "Rel1" 40',
// '8 10:1 "Rq2" 40',
// '5 10:2 "Rel2" 40',
// '15 13 "Branch" 142',
// '16 11:1 "User" 62',
// '18 11:2 "" 62',
// '0 12 "Status" 54 1 tdViewTypeEdit:0 1 RELSTA',
// ],
columns: [ columns: [
'10 1 "交易代码" 80', '10 1 "交易代码" 80',
'11 2 "业务编号" 170', '11 2 "业务编号" 170',
......
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