소스 검색

联合丽格V1.0.2

zhengjinyi 2 년 전
부모
커밋
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>