|
@@ -1069,7 +1069,7 @@ export default {
|
|
|
return;
|
|
|
}
|
|
|
const values = data.map((item) => Number(item[column.property]));
|
|
|
- if (index === 2 || index === 4 || index === 5) {
|
|
|
+ if (index === 4 || index === 5 || index === 6 || index === 7) {
|
|
|
sums[index] = "";
|
|
|
} else if (!values.every((value) => isNaN(value))) {
|
|
|
sums[index] = values.reduce((prev, curr) => {
|