From 2c0db082a0f3fc6e176918d4832d2a980c5b91f8 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Fri, 1 Sep 2023 13:19:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E7=94=9F=E6=88=90=E7=BB=A7?= =?UTF-8?q?=E7=94=B5=E5=99=A8=E6=93=8D=E4=BD=9C=E6=96=B9=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dialogs/BatchBuildRelayCabinetOrRelay.vue | 121 ++++++++++++++++++ .../properties/RelayCabinetProperty.vue | 87 +------------ src/layouts/RelayCabinetLayout.vue | 57 ++++++--- 3 files changed, 161 insertions(+), 104 deletions(-) create mode 100644 src/components/draw-app/dialogs/BatchBuildRelayCabinetOrRelay.vue diff --git a/src/components/draw-app/dialogs/BatchBuildRelayCabinetOrRelay.vue b/src/components/draw-app/dialogs/BatchBuildRelayCabinetOrRelay.vue new file mode 100644 index 0000000..3a23f75 --- /dev/null +++ b/src/components/draw-app/dialogs/BatchBuildRelayCabinetOrRelay.vue @@ -0,0 +1,121 @@ + + + diff --git a/src/components/draw-app/properties/RelayCabinetProperty.vue b/src/components/draw-app/properties/RelayCabinetProperty.vue index 2b7bf75..5a64855 100644 --- a/src/components/draw-app/properties/RelayCabinetProperty.vue +++ b/src/components/draw-app/properties/RelayCabinetProperty.vue @@ -8,43 +8,17 @@ label="继电器柜" lazy-rules /> - - - - - diff --git a/src/layouts/RelayCabinetLayout.vue b/src/layouts/RelayCabinetLayout.vue index ad1a639..3ecb162 100644 --- a/src/layouts/RelayCabinetLayout.vue +++ b/src/layouts/RelayCabinetLayout.vue @@ -18,6 +18,9 @@ 一键关联 + + 批量生成继电器或继电器柜 + @@ -107,6 +110,7 @@