From f70d55f088673050763fb71211cbbc5a9509f869 Mon Sep 17 00:00:00 2001 From: puhui999 Date: Mon, 28 Jul 2025 22:08:20 +0800 Subject: [PATCH] =?UTF-8?q?perf=EF=BC=9A=E3=80=90IoT=20=E7=89=A9=E8=81=94?= =?UTF-8?q?=E7=BD=91=E3=80=91=E5=9C=BA=E6=99=AF=E8=81=94=E5=8A=A8=E8=A7=A6?= =?UTF-8?q?=E5=8F=91=E5=99=A8=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../configs/DeviceStatusConditionConfig.vue | 7 - .../form/configs/DeviceTriggerConfig.vue | 69 ++--- .../form/configs/MainConditionConfig.vue | 50 +--- .../form/configs/MainConditionInnerConfig.vue | 282 ++++++++++++++++++ .../scene/form/selectors/DeviceSelector.vue | 1 + 5 files changed, 330 insertions(+), 79 deletions(-) create mode 100644 src/views/iot/rule/scene/form/configs/MainConditionInnerConfig.vue diff --git a/src/views/iot/rule/scene/form/configs/DeviceStatusConditionConfig.vue b/src/views/iot/rule/scene/form/configs/DeviceStatusConditionConfig.vue index f198ed9e5..bce80b3f0 100644 --- a/src/views/iot/rule/scene/form/configs/DeviceStatusConditionConfig.vue +++ b/src/views/iot/rule/scene/form/configs/DeviceStatusConditionConfig.vue @@ -1,13 +1,6 @@