|
|
|
|
@ -901,16 +901,10 @@ export default {
|
|
|
|
|
sums[index] = moneyFormatter(this.totalMoney);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (column.property === "update_money") {
|
|
|
|
|
sums[index] = moneyFormatter(this.update_money);
|
|
|
|
|
return;
|
|
|
|
|
=======
|
|
|
|
|
if (column.property === 'update_money') {
|
|
|
|
|
sums[index] = moneyFormatter(this.updateMoney);
|
|
|
|
|
return
|
|
|
|
|
>>>>>>> df592f31fb2b950dd89844eb8be5521e364db39d
|
|
|
|
|
}
|
|
|
|
|
// 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')) {
|
|
|
|
|
|