From f23a315e8f52d37017cd28a0b9da381c2ef0e0f6 Mon Sep 17 00:00:00 2001 From: fhysy <1149505133@qq.com> Date: Sat, 12 Oct 2024 14:12:22 +0800 Subject: [PATCH] =?UTF-8?q?=20fast(=E5=9E=8B=E5=8F=B7=EF=BC=8C=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=EF=BC=8C=E9=A1=B9=E7=9B=AE):=20=E5=9E=8B=E5=8F=B7?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=95=B0=E6=8D=AE=E6=A0=BC=E5=BC=8F=E5=8C=96?= =?UTF-8?q?=E3=80=81=E5=AE=9E=E6=97=B6=E7=8A=B6=E6=80=81=E5=92=8C=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E7=BA=BF=E8=B7=AF=E9=80=82=E9=85=8D=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E3=80=81=E5=B1=8F=E8=94=BD=E5=91=8A?= =?UTF-8?q?=E8=AD=A6=E9=85=8D=E7=BD=AE=E6=8E=A7=E5=88=B6=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DeviceManage/EDeviceChildren.vue | 73 ++++++++++++++- .../profileV2/DeviceManage/EDynamicTable.vue | 39 ++++++++ .../DeviceAlarmConfig/DeviceAlarmConfig.vue | 2 +- src/views/profile/DeviceRunStarts/index.vue | 48 +++++++++- src/views/profile/attribute/attributeForm.vue | 89 +++++++++++++++++-- 5 files changed, 236 insertions(+), 15 deletions(-) diff --git a/src/views/iot/project/profileV2/DeviceManage/EDeviceChildren.vue b/src/views/iot/project/profileV2/DeviceManage/EDeviceChildren.vue index fd1f2543..1fdc3175 100644 --- a/src/views/iot/project/profileV2/DeviceManage/EDeviceChildren.vue +++ b/src/views/iot/project/profileV2/DeviceManage/EDeviceChildren.vue @@ -84,6 +84,7 @@
@@ -304,6 +365,7 @@ export default { .custom-wrap { border: 1px solid #d8d7d7; padding-top: 20px; + margin-top: 10px; background: #f0f0f0; padding-right: 10px; .el-form-item { @@ -343,6 +405,15 @@ export default { margin-left: 0px !important; } } + + } + .enum-box{ + border: 1px solid #d8d7d7; + padding: 10px; + margin-bottom: 10px; + .enumTypeDiv{ + margin-top: 10px; + } } .el-select { width: 100%;