diff --git a/frontend/src/views/home/components/compareDataCheckResultTable.vue b/frontend/src/views/home/components/compareDataCheckResultTable.vue
index a085689..b12aafd 100644
--- a/frontend/src/views/home/components/compareDataCheckResultTable.vue
+++ b/frontend/src/views/home/components/compareDataCheckResultTable.vue
@@ -21,7 +21,11 @@
-
+
+ /
+ -
+
+
误差范围:{{ addPercentSigns(row.dataA.radius, row.dataA.unit) }}
@@ -29,8 +33,7 @@
符合
不符合
- /
- -
+
@@ -49,7 +52,11 @@
-
+
+ /
+ -
+
+
误差范围:{{ addPercentSigns(row.dataB.radius, row.dataB.unit) }}
@@ -57,8 +64,6 @@
符合
不符合
- /
- -
@@ -77,7 +82,11 @@
-
+
+ /
+ -
+
+
误差范围:{{ addPercentSigns(row.dataC.radius, row.dataC.unit) }}
@@ -85,8 +94,6 @@
符合
不符合
- /
- -
@@ -105,7 +112,11 @@
-
+
+ /
+ -
+
+
误差范围:{{ addPercentSigns(row.dataT.radius, row.dataT.unit) }}
@@ -113,8 +124,7 @@
符合
不符合
- /
- -
+
diff --git a/frontend/src/views/home/components/dataCheckResultTable.vue b/frontend/src/views/home/components/dataCheckResultTable.vue
index 3cc1309..d80b87e 100644
--- a/frontend/src/views/home/components/dataCheckResultTable.vue
+++ b/frontend/src/views/home/components/dataCheckResultTable.vue
@@ -17,7 +17,11 @@
-
+
+ /
+ -
+
+
误差范围:{{ scope.row.maxErrorA }}
@@ -25,8 +29,6 @@
符合
不符合
- /
- -
@@ -36,7 +38,11 @@
-
+
+ /
+ -
+
+
误差范围:{{ scope.row.maxErrorB }}
@@ -44,8 +50,7 @@
符合
不符合
- /
- -
+
@@ -55,7 +60,11 @@
-
+
+ /
+ -
+
+
误差范围: {{ scope.row.maxErrorC }}
@@ -63,8 +72,7 @@
符合
不符合
- /
- -
+
@@ -75,7 +83,11 @@
-
+
+ /
+ -
+
+
误差范围: {{ scope.row.maxErrorT }}
@@ -83,8 +95,6 @@
符合
不符合
- /
- -