@@ -830,7 +830,9 @@ export default {
index === 10 ||
index === 11 ||
index === 12 ||
- index === 13
+ index === 13 ||
+ index === 15 ||
+ index === 16
) {
const values = data.map((item) => Number(item[column.property]))
if (!values.every((value) => isNaN(value))) {