Commit 2af10a9c by 潘际乾

查询详情

parent a257c25c
...@@ -241,7 +241,7 @@ ...@@ -241,7 +241,7 @@
<span class="el-icon-close" @click="closeTrn('popover_' + scope.row.IDX)" /> <span class="el-icon-close" @click="closeTrn('popover_' + scope.row.IDX)" />
</div> </div>
<c-istream-table :list="trnData.data" :columns="trnData.columns"> <c-istream-table :list="trnData.data" :columns="trnData.columns">
<el-table-column prop="op" label="操作" width="0"> <el-table-column prop="op" label="操作" width="0" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
<c-button style="margin-left: 0" size="small" @click="display(scope.row['INR'])">详情</c-button> <c-button style="margin-left: 0" size="small" @click="display(scope.row['INR'])">详情</c-button>
</template> </template>
......
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