修复总计

This commit is contained in:
huangdeliang
2020-10-18 10:59:09 +08:00
parent 72a3837804
commit a23a02ab60
8 changed files with 171 additions and 4 deletions

View File

@ -617,7 +617,7 @@
this.orderList = response.rows;
this.total = response.total;
this.loading = false;
this.totalAmount = response.rows.reduce((acc, cur) => cur.amount + acc, 0);
this.totalAmount = response.totalAmount;
});
},// 收款方式字典翻译
payTypeIdFormat(row, column) {