|
@@ -165,12 +165,12 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="已结算金额" align="center" prop="payTotalFee" width="200">
|
|
|
<template slot-scope="{row}">
|
|
|
- ¥{{ row.payedShopAmount | NumFormat }}
|
|
|
+ ¥{{ row.settleAmount | NumFormat }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="未结算金额" align="center" prop="payTotalFee" width="200">
|
|
|
<template slot-scope="{row}">
|
|
|
- ¥{{ (row.shouldPayShopAmount - row.payedShopAmount) | NumFormat }}
|
|
|
+ ¥{{ (row.shouldPayShopAmount - row.settleAmount) | NumFormat }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|