liuxy 2 years ago
parent 4e68d155e0
commit ca7fb2740e

@ -895,6 +895,11 @@ export default {
sums[index] = moneyFormatter(this.totalMoney); sums[index] = moneyFormatter(this.totalMoney);
return; return;
} }
if (column.property === "update_money") {
sums[index] = moneyFormatter(this.update_money);
return;
}
// const values = data.map(item => Number(item[column.property])); // 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')) { // if (!values.every(value => isNaN(value)) && (column.property === 'money' || column.property === 'plan_price'|| column.property === 'fund_log_total')) {
// //

Loading…
Cancel
Save