|
@@ -146,7 +146,7 @@
|
|
{{scope.row.price | numToFixed}}
|
|
{{scope.row.price | numToFixed}}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="right" label="金额" prop="payAmount" min-width="100" sortable show-overflow-tooltip>
|
|
|
|
|
|
+ <el-table-column align="right" label="实付金额" prop="payAmount" min-width="110" sortable show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{scope.row.payAmount | numToFixed}}
|
|
{{scope.row.payAmount | numToFixed}}
|
|
</template>
|
|
</template>
|