From c2e0752929566f063aa000c5037003ee8663224e Mon Sep 17 00:00:00 2001 From: 23688nl <329261568@qq.com> Date: Thu, 17 Mar 2022 16:40:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E7=89=A9=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E5=8F=AF=E8=A7=86=E5=8C=96=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DialogTemplate/index.vue | 12 +- src/store/getters.js | 4 +- src/store/index.js | 2 + src/store/modules/attribute.js | 100 ++++ src/utils/validate.js | 10 + src/views/iot/model/index.vue | 505 ++++++++++------ src/views/profile/attribute/attributeForm.vue | 365 ++++++++++++ src/views/profile/attribute/attributeView.vue | 553 ++++++++++++++++++ src/views/profile/attribute/groupForm.vue | 81 +++ src/views/profile/attribute/groupView.vue | 335 +++++++++++ src/views/profile/attribute/index.vue | 139 +++++ src/views/profile/attribute/jsonEditor.vue | 161 +++++ src/views/profile/attribute/paramsJson.vue | 144 +++++ 13 files changed, 2233 insertions(+), 178 deletions(-) create mode 100644 src/store/modules/attribute.js create mode 100644 src/views/profile/attribute/attributeForm.vue create mode 100644 src/views/profile/attribute/attributeView.vue create mode 100644 src/views/profile/attribute/groupForm.vue create mode 100644 src/views/profile/attribute/groupView.vue create mode 100644 src/views/profile/attribute/index.vue create mode 100644 src/views/profile/attribute/jsonEditor.vue create mode 100644 src/views/profile/attribute/paramsJson.vue diff --git a/src/components/DialogTemplate/index.vue b/src/components/DialogTemplate/index.vue index 4acc27f9..24881b2e 100644 --- a/src/components/DialogTemplate/index.vue +++ b/src/components/DialogTemplate/index.vue @@ -1,6 +1,6 @@