src/views/system/calculate/report/index.vue
@@ -348,18 +348,16 @@ return prev; } }, 0); sums[index] += ' 元'; if (column.property === 'score') { sums[index] = '-'; // 或者其他你想要显示的内容 sums[index] = '-'; } if (column.property === 'value') { sums[index] = '-'; // 或者其他你想要显示的内容 sums[index] += '元'; } } else { sums[index] = '-'; } }); return sums; }, toScorePage() {