{
})
Object.assign(checkResult, result)
+
}
const scrollToBottom = () => {
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 @@
符合
不符合
- /
- -
diff --git a/frontend/src/views/home/tabs/model.vue b/frontend/src/views/home/tabs/model.vue
index 527f8a3..747fd9c 100644
--- a/frontend/src/views/home/tabs/model.vue
+++ b/frontend/src/views/home/tabs/model.vue
@@ -18,13 +18,15 @@
-
- 进入检测
+
+ {{ item.activated ? '进入检测' : '待激活' }}
+
+