diff --git a/src/views/statistics/bxerp/defect.vue b/src/views/statistics/bxerp/defect.vue
index 1f7d1459..433b7545 100644
--- a/src/views/statistics/bxerp/defect.vue
+++ b/src/views/statistics/bxerp/defect.vue
@@ -53,7 +53,7 @@
{{((scope.row.剪切合格/scope.row.总切片数)*100).toFixed(2) }}%
-
+
{{ (((scope.row.总切片数-scope.row['剪切¢18.3mm不合格'].含)/scope.row.总切片数)*100).toFixed(2) }}%
100%
@@ -71,14 +71,15 @@
0%
-
+
- {{((scope.row.总切片合格数/scope.row.总切片数)*100).toFixed(2) }}%
+ {{((scope.row.加工率数/scope.row.总切片数)*100).toFixed(2) }}%
+
- {{((scope.row.总切片完全合格数/scope.row.总切片数)*100).toFixed(2) }}%
+ {{((scope.row.暗点合格.仅/scope.row.总切片数)*100).toFixed(2) }}%
@@ -87,7 +88,6 @@