shish há 3 anos atrás
pai
commit
f934525257
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      hdApp/src/admin/order/detail.vue

+ 1 - 1
hdApp/src/admin/order/detail.vue

@@ -253,7 +253,7 @@ export default {
       return getDetB({ id: this.option.id }).then(res => {
         this.orderInfo = res.data;
         this.orderInfo.deadline = commonUtil.getFormatDate(this.orderInfo.deadline,'MM-dd hh:mm')
-        this.dj = this.orderInfo.actPrice - this.orderInfo.debtPrice
+        this.dj = this.orderInfo.actPrice - this.orderInfo.remainDebtPrice
         this.dj = parseFloat(this.dj.toFixed(2))
       });
     }