From 4569491012b9f9c366d1e0df32ee679dc5b44e2e Mon Sep 17 00:00:00 2001 From: puhui999 Date: Mon, 23 Dec 2024 18:06:42 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BB=A3=E7=A0=81=E5=AE=8C=E5=96=84?= =?UTF-8?q?=E3=80=91IOT:=20ThingModel=20StructDataSpecs=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../iot/thingmodel/ThingModelDataSpecs.vue | 64 ++----------------- src/views/iot/thingmodel/config.ts | 44 ++++++++++++- .../dataSpecs/ThingModelArrayDataSpecs.vue | 17 ++++- .../dataSpecs/ThingModelEnumDataSpecs.vue | 1 - .../ThingModelStructDataSpecs.vue | 18 +++++- src/views/iot/thingmodel/dataSpecs/index.ts | 8 ++- 6 files changed, 86 insertions(+), 66 deletions(-) rename src/views/iot/thingmodel/{ => dataSpecs}/ThingModelStructDataSpecs.vue (90%) diff --git a/src/views/iot/thingmodel/ThingModelDataSpecs.vue b/src/views/iot/thingmodel/ThingModelDataSpecs.vue index 6f0a00f9..5bced55c 100644 --- a/src/views/iot/thingmodel/ThingModelDataSpecs.vue +++ b/src/views/iot/thingmodel/ThingModelDataSpecs.vue @@ -29,12 +29,7 @@ v-model="property.dataSpecsList" /> - +