浏览代码

联合丽格V1.0.2

zhengjinyi 1 年之前
父节点
当前提交
ab022fe161
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/resources/templates/supplier-center/order/settlement.html

+ 2 - 2
src/main/resources/templates/supplier-center/order/settlement.html

@@ -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>