From 0b37b30c401bfb9e57a7707d6f1a64fe813d6712 Mon Sep 17 00:00:00 2001 From: chenpingsen Date: Thu, 15 Aug 2024 09:41:08 +0800 Subject: [PATCH] =?UTF-8?q?add:=E9=80=9A=E9=A3=8E=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BC=95=E5=85=A5/=E7=B4=A0=E6=9D=90?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9/=E5=BC=95=E5=85=A5?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=94=B9=E9=80=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{speed-hight.svg => speed-high.svg} | 0 .../image/liftState/wind-cold.svg | 2 +- .../ventilationSystem/components/boxModel.vue | 183 ++-- .../components/fanControl.vue | 898 ++++++++++++++---- .../ventilationSystem/components/fanPlant.vue | 184 +++- .../ventilationSystem/index.vue | 368 ++++--- 6 files changed, 1215 insertions(+), 420 deletions(-) rename hx-ai-intelligent/src/view/equipmentControl/image/liftState/{speed-hight.svg => speed-high.svg} (100%) diff --git a/hx-ai-intelligent/src/view/equipmentControl/image/liftState/speed-hight.svg b/hx-ai-intelligent/src/view/equipmentControl/image/liftState/speed-high.svg similarity index 100% rename from hx-ai-intelligent/src/view/equipmentControl/image/liftState/speed-hight.svg rename to hx-ai-intelligent/src/view/equipmentControl/image/liftState/speed-high.svg diff --git a/hx-ai-intelligent/src/view/equipmentControl/image/liftState/wind-cold.svg b/hx-ai-intelligent/src/view/equipmentControl/image/liftState/wind-cold.svg index 1b02fcf..ade5809 100644 --- a/hx-ai-intelligent/src/view/equipmentControl/image/liftState/wind-cold.svg +++ b/hx-ai-intelligent/src/view/equipmentControl/image/liftState/wind-cold.svg @@ -1,5 +1,5 @@ - + diff --git a/hx-ai-intelligent/src/view/equipmentControl/ventilationSystem/components/boxModel.vue b/hx-ai-intelligent/src/view/equipmentControl/ventilationSystem/components/boxModel.vue index a3fbfcf..451ba2e 100644 --- a/hx-ai-intelligent/src/view/equipmentControl/ventilationSystem/components/boxModel.vue +++ b/hx-ai-intelligent/src/view/equipmentControl/ventilationSystem/components/boxModel.vue @@ -1,86 +1,106 @@
- {{ dataSource.title }} -
-
+ {{ dataSource.deviceGroupName ? dataSource.deviceGroupName : '--' }}
-
- + +
+
+ + + + +
- - - 正常 - + {{ runStatus.label }} + {{ runStatus.label }} + {{ runStatus.label }} + {{ runStatus.label }}
-
- + +
+
+ + + + +
- - - 高速启动 + {{ runMode.label }} + {{ runMode.label }} + {{ runMode.label }} + {{ runMode.label }}
-
- + +
+
+ + +
- - - 开启 + {{ + switchStatus.label + }} + {{ + switchStatus.label + }}
-
- +
+ +
+ + + +
- - 热风 - + {{ + runMode.label + }} + {{ + runMode.label + }} + {{ runMode.label }}
diff --git a/hx-ai-intelligent/src/view/equipmentControl/ventilationSystem/components/fanControl.vue b/hx-ai-intelligent/src/view/equipmentControl/ventilationSystem/components/fanControl.vue index dad0fa7..fdfa2a8 100644 --- a/hx-ai-intelligent/src/view/equipmentControl/ventilationSystem/components/fanControl.vue +++ b/hx-ai-intelligent/src/view/equipmentControl/ventilationSystem/components/fanControl.vue @@ -1,201 +1,767 @@ - diff --git a/hx-ai-intelligent/src/view/equipmentControl/ventilationSystem/components/fanPlant.vue b/hx-ai-intelligent/src/view/equipmentControl/ventilationSystem/components/fanPlant.vue index 05bb3c6..45e736f 100644 --- a/hx-ai-intelligent/src/view/equipmentControl/ventilationSystem/components/fanPlant.vue +++ b/hx-ai-intelligent/src/view/equipmentControl/ventilationSystem/components/fanPlant.vue @@ -1,6 +1,18 @@