From 4eb7188ecfd72b4c9223d504724ae126a2dcfba9 Mon Sep 17 00:00:00 2001 From: puhui999 Date: Sat, 29 Mar 2025 17:40:21 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E5=AE=8C=E5=96=84?= =?UTF-8?q?=E3=80=91IoT:=20=E5=9C=BA=E6=99=AF=E8=81=94=E5=8A=A8=E7=89=A9?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E5=B1=9E=E6=80=A7=E5=8F=82=E6=95=B0=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scene/components/ThingModelParamInput.vue | 118 ++++++++++++++++++ .../components/action/DeviceControlAction.vue | 32 ++--- 2 files changed, 131 insertions(+), 19 deletions(-) create mode 100644 src/views/iot/rule/scene/components/ThingModelParamInput.vue diff --git a/src/views/iot/rule/scene/components/ThingModelParamInput.vue b/src/views/iot/rule/scene/components/ThingModelParamInput.vue new file mode 100644 index 000000000..bc602da5a --- /dev/null +++ b/src/views/iot/rule/scene/components/ThingModelParamInput.vue @@ -0,0 +1,118 @@ + + + diff --git a/src/views/iot/rule/scene/components/action/DeviceControlAction.vue b/src/views/iot/rule/scene/components/action/DeviceControlAction.vue index 6bd1528fe..1e5936a3e 100644 --- a/src/views/iot/rule/scene/components/action/DeviceControlAction.vue +++ b/src/views/iot/rule/scene/components/action/DeviceControlAction.vue @@ -40,12 +40,15 @@ :value="thingModel.identifier" /> - - - - + @@ -66,13 +69,14 @@