From 68681118135d8843699556af754189cff3095599 Mon Sep 17 00:00:00 2001 From: zengmingjie Date: Wed, 27 Aug 2025 23:19:23 +0800 Subject: [PATCH] =?UTF-8?q?8.27=E9=97=AE=E9=A2=98=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/myForm.vue | 9 + src/components/myMars.vue | 105 ++++++++-- src/components/myTable.vue | 2 + src/views/contentData/LeftSidebar/index.vue | 23 +++ src/views/contentData/index.js | 20 +- src/views/index.vue | 20 ++ src/views/menuData/AlertDialog.vue | 68 ++----- src/views/menuData/DeviceDialog.vue | 32 +-- src/views/menuData/PositionDialog.vue | 2 +- src/views/menuData/WhitListDialog.vue | 214 ++++++++++---------- 10 files changed, 300 insertions(+), 195 deletions(-) diff --git a/src/components/myForm.vue b/src/components/myForm.vue index 44f6b2f..801b88d 100644 --- a/src/components/myForm.vue +++ b/src/components/myForm.vue @@ -16,6 +16,15 @@ :rules="detail ? false : item.rules" v-show="item.show === undefined ? true : item.show" > +