diff --git a/src/views/statistics/bxerp/intoDefect_bdgy.vue b/src/views/statistics/bxerp/intoDefect_bdgy.vue
index 4e67f584..06a9e60d 100644
--- a/src/views/statistics/bxerp/intoDefect_bdgy.vue
+++ b/src/views/statistics/bxerp/intoDefect_bdgy.vue
@@ -51,7 +51,11 @@
stripe
>
-
+
+
+
+
+
@@ -133,7 +137,7 @@ export default {
sums[index] = "合计";
return;
}
- if (index
Number(item[column.property])
);
@@ -151,8 +155,8 @@ export default {
}, 0);
}
}
- if(index==5){
- sums[index] = ((sums[3]/sums[2])*100).toFixed(2) + '%';
+ if(index==7){
+ sums[index] = ((sums[5]/sums[4])*100).toFixed(2) + '%';
}
});
return sums;