From 2ce6656e0befb70586afa6a55b5e28e813c81bd5 Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Fri, 14 Jun 2024 16:00:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=88=E7=AB=AF=E7=AE=A1=E7=90=86-=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=96=B9=E6=A1=88=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tree/index.vue | 74 ++--- src/styles/app.scss | 9 - src/styles/element.scss | 3 - .../planData/components/deviceInfo.vue | 255 ++++++++++++++++++ src/views/govern/terminal/planData/index.vue | 154 ++++++----- src/views/govern/terminal/planData/popup.vue | 6 +- 6 files changed, 381 insertions(+), 120 deletions(-) create mode 100644 src/views/govern/terminal/planData/components/deviceInfo.vue diff --git a/src/components/tree/index.vue b/src/components/tree/index.vue index e28cf57..d4ce218 100644 --- a/src/components/tree/index.vue +++ b/src/components/tree/index.vue @@ -1,49 +1,50 @@