From f0ce2e0ac88c48c13b3b5f73bf810baa562110ce Mon Sep 17 00:00:00 2001
From: sjl <1716605279@qq.com>
Date: Thu, 27 Nov 2025 14:24:15 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=B5=8B=E7=BB=93=E6=9E=9C=E4=B8=BA-?=
=?UTF-8?q?=E6=88=96=E8=80=85/=E7=9A=84=E9=BC=A0=E6=A0=87=E7=A7=BB?=
=?UTF-8?q?=E5=8A=A8=E6=97=A0=E9=9C=80=E9=BB=91=E6=A1=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../compareDataCheckResultTable.vue | 34 ++++++++++++-------
.../home/components/dataCheckResultTable.vue | 34 ++++++++++++-------
2 files changed, 44 insertions(+), 24 deletions(-)
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 @@
符合
不符合
- /
- -