diff --git a/src/views/statistics/product_check.vue b/src/views/statistics/product_check.vue
index fd8f9cfa..fc43f8ba 100644
--- a/src/views/statistics/product_check.vue
+++ b/src/views/statistics/product_check.vue
@@ -3,30 +3,68 @@
-
+
-
+
-
+
-
+
-
+
-
- 导出
-
-
+
+ 导出
+
+
-
+
@@ -40,10 +78,17 @@
- {{ scope.row.合格率.toFixed(2) }}%
+ {{
+ Math.round(scope.row.合格率)
+ }}%
-
+
@@ -61,17 +106,36 @@
-
+
-
- 导出
-
-
+
+ 导出
+
+
-
+
@@ -85,10 +149,17 @@
- {{ scope.row.合格率.toFixed(2) }}%
+ {{
+ Math.round(scope.row.合格率)
+ }}%
-
+
@@ -110,17 +181,36 @@
-
+
-
- 导出
-
-
+
+ 导出
+
+
-
+
@@ -134,10 +224,17 @@
- {{ scope.row.合格率.toFixed(2) }}%
+ {{
+ Math.round(scope.row.合格率)
+ }}%
-
+
@@ -163,117 +260,128 @@