Commit a4a0ad13 authored by 吴春's avatar 吴春

1

parent 5251af4b
...@@ -441,6 +441,11 @@ ...@@ -441,6 +441,11 @@
<span style="color: gray">{{scope.row.Remain}}</span> <span style="color: gray">{{scope.row.Remain}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="" :label="$t('fnc.dtxjine')" width="130">
<template slot-scope="scope">
<span style="color: gray">{{scope.row.BalancePrice}}</span>
</template>
</el-table-column>
<el-table-column prop="" :label="$t('pub.pubRemark')" > <el-table-column prop="" :label="$t('pub.pubRemark')" >
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip class="item" effect="dark" :content="scope.row.Remark" placement="top-start" <el-tooltip class="item" effect="dark" :content="scope.row.Remark" placement="top-start"
......
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