diff --git a/src/views/budget/budgetList.vue b/src/views/budget/budgetList.vue index ec9705f..6b69361 100644 --- a/src/views/budget/budgetList.vue +++ b/src/views/budget/budgetList.vue @@ -895,6 +895,11 @@ export default { sums[index] = moneyFormatter(this.totalMoney); return; } + + if (column.property === "update_money") { + sums[index] = moneyFormatter(this.update_money); + return; + } // const values = data.map(item => Number(item[column.property])); // if (!values.every(value => isNaN(value)) && (column.property === 'money' || column.property === 'plan_price'|| column.property === 'fund_log_total')) { //