From ac11af35dfe9dbbbdf04fe8e80ece7f89ac68445 Mon Sep 17 00:00:00 2001
From: sjl <1716605279@qq.com>
Date: Wed, 22 Oct 2025 10:51:46 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E7=BB=93=E6=9E=9C=E5=B7=A6?=
=?UTF-8?q?=E4=BE=A7=E6=A0=91=E9=A2=9C=E8=89=B2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/src/api/check/interface/index.ts | 1 +
...eDataCheckSingleChannelSingleTestPopup.vue | 58 ++++++++++++++++---
2 files changed, 52 insertions(+), 7 deletions(-)
diff --git a/frontend/src/api/check/interface/index.ts b/frontend/src/api/check/interface/index.ts
index d99d99d..4932b23 100644
--- a/frontend/src/api/check/interface/index.ts
+++ b/frontend/src/api/check/interface/index.ts
@@ -142,6 +142,7 @@ export namespace CheckData {
id: string
code: string
scriptName: string
+ resultFlag: number
}
// 用来描述 检测数据-左侧树结构
diff --git a/frontend/src/views/home/components/compareDataCheckSingleChannelSingleTestPopup.vue b/frontend/src/views/home/components/compareDataCheckSingleChannelSingleTestPopup.vue
index 52fb4e8..31f005d 100644
--- a/frontend/src/views/home/components/compareDataCheckSingleChannelSingleTestPopup.vue
+++ b/frontend/src/views/home/components/compareDataCheckSingleChannelSingleTestPopup.vue
@@ -72,7 +72,17 @@
node-key="id"
ref="treeRef"
@node-click="handleNodeClick"
- >
+ class="custom-tree"
+ >
+
+