|
@@ -930,7 +930,7 @@ export default {
|
|
|
columns.forEach((column, index) => {
|
|
|
if (index === 0) {
|
|
|
sums[index] = '合计'
|
|
|
- } else if (index === 5 || index === 7 || index === 8 || index === 9) {
|
|
|
+ } else if (index === 15 || index === 17 || index === 18 || index === 16 || index === 25) {
|
|
|
const values = data.map((item) => Number(item[column.property]))
|
|
|
if (!values.every((value) => isNaN(value))) {
|
|
|
sums[index] = values.reduce((prev, curr) => {
|