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

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

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
);
},
},