Commit 24e2cec6 authored by yaya's avatar yaya

feat:修改平台到账展示字段

parent adcdd985
......@@ -86,9 +86,9 @@
<span class="tooltip-span">{{ `${scope.row.amount ? `¥ ${scope.row.amount}` : '-'}` }}</span>
</template>
</el-table-column>
<el-table-column align="center" label="平台到账(1%手续费)" prop="startPrice">
<el-table-column align="center" label="平台到账(1%手续费)" prop="realAmount">
<template slot-scope="scope">
<span class="tooltip-span">{{ `${scope.row.startPrice ? `¥ ${scope.row.startPrice}` : '-'}` }}</span>
<span class="tooltip-span">{{ `${scope.row.realAmount ? `¥ ${scope.row.realAmount}` : '-'}` }}</span>
</template>
</el-table-column>
<el-table-column align="center" label="藏家" prop="sellerName" />
......
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