fix: 修复数据统计营业实收金额计算公司

This commit is contained in:
YeMingfei666 2025-03-19 11:17:15 +08:00
parent 586e1d5d15
commit 4a4a9b7ed6
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,6 @@ export default {
this.tableData.loading = false;
this.tableData.data = res;
this.tableData.total = res.length;
console.log(this.tableData);
} catch (error) {
console.log(error);
}

View File

@ -473,7 +473,8 @@ export default {
this.trade.aliPayAmount * 1 +
this.trade.memberPayAmount * 1 +
this.trade.scanPayAmount * 1 +
this.trade.cashPayAmount * 1
this.trade.cashPayAmount * 1 +
this.trade.rechargeAmount * 1
);
},
},