Quellcode durchsuchen

联合丽格V1.0.2

zhengjinyi vor 1 Jahr
Ursprung
Commit
ab022fe161

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