From 689cc39bbc2c620fba2726a9f945202b9e1a873a Mon Sep 17 00:00:00 2001
From: caozehui <2427765068@qq.com>
Date: Tue, 7 Jan 2025 14:54:44 +0800
Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9E=E7=BB=93=E6=9E=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../home/components/dataCheckResultTable.vue | 121 ++++++++++-----
.../dataCheckSingleChannelSingleTestPopup.vue | 10 +-
frontend/src/views/home/components/test.vue | 141 +++++++++---------
3 files changed, 162 insertions(+), 110 deletions(-)
diff --git a/frontend/src/views/home/components/dataCheckResultTable.vue b/frontend/src/views/home/components/dataCheckResultTable.vue
index 4adae01..e0ee1c0 100644
--- a/frontend/src/views/home/components/dataCheckResultTable.vue
+++ b/frontend/src/views/home/components/dataCheckResultTable.vue
@@ -10,46 +10,85 @@
-
-
-
+
+
+
- {{scope.row.aError}}
- {{scope.row.aError}}
- /
+
+
+ 最大误差:{{scope.row.maxError}} {{unit}}
+ 误差值:{{scope.row.aError}} {{unit}}
+
+ 符合
+ 不符合
+ /
+
+
+
+
+
+
+
+
-
-
-
+
+
+
- {{scope.row.bError}}
- {{scope.row.bError}}
- /
+
+
+ 最大误差:{{scope.row.maxError}} {{unit}}
+ 误差值:{{scope.row.bError}} {{unit}}
+
+ 符合
+ 不符合
+ /
+
+
+
+
+
+
+
+
-
-
-
+
+
+
- {{scope.row.cError}}
- {{scope.row.cError}}
- /
+
+
+ 最大误差:{{scope.row.maxError}} {{unit}}
+ 误差值:{{scope.row.cError}} {{unit}}
+
+ 符合
+ 不符合
+ /
+
+
+
+
+
+
+
+
-
-
-
- 不符合
- 符合
- /
-
-
+
+
+
+
+
+
+
+
@@ -57,15 +96,28 @@
+
+
+
+
+ 最大误差:{{scope.row.maxError}} {{unit}}
+ 误差值:{{scope.row.tError}} {{unit}}
+
+ 符合
+ 不符合
+ /
+
+
+
-
-
-
- 符合
- 不符合
- /
-
-
+
+
+
+
+
+
+
+
@@ -94,6 +146,7 @@ const phaseT = computed(() => {
return result;
})
+