From 7033c3cdc6455031bf727aef304255c6a493a69a Mon Sep 17 00:00:00 2001
From: hongawen <83944980@qq.com>
Date: Thu, 14 Nov 2024 18:39:13 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/src/assets/icons/loading.svg | 1 +
frontend/src/views/plan/autoTest/components/tree.vue | 3 ++-
frontend/src/views/plan/autoTest/index.vue | 1 +
3 files changed, 4 insertions(+), 1 deletion(-)
create mode 100644 frontend/src/assets/icons/loading.svg
diff --git a/frontend/src/assets/icons/loading.svg b/frontend/src/assets/icons/loading.svg
new file mode 100644
index 0000000..dad317f
--- /dev/null
+++ b/frontend/src/assets/icons/loading.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/frontend/src/views/plan/autoTest/components/tree.vue b/frontend/src/views/plan/autoTest/components/tree.vue
index 08caec2..0c7c4d8 100644
--- a/frontend/src/views/plan/autoTest/components/tree.vue
+++ b/frontend/src/views/plan/autoTest/components/tree.vue
@@ -26,7 +26,8 @@
style="display: flex; align-items: center"
>
-
+
+
{{ node.label }}
diff --git a/frontend/src/views/plan/autoTest/index.vue b/frontend/src/views/plan/autoTest/index.vue
index 355f300..2e6a096 100644
--- a/frontend/src/views/plan/autoTest/index.vue
+++ b/frontend/src/views/plan/autoTest/index.vue
@@ -12,6 +12,7 @@
:label="item.name"
>
+
预检测
正式检测