From 12327ec2c1625422e3d8c244c95e127bb9f4caf4 Mon Sep 17 00:00:00 2001 From: yjl <1490736767@qq.com> Date: Sat, 5 Nov 2022 15:54:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AD=E5=BB=BA=E5=9B=9B?= =?UTF-8?q?=E5=B1=80=EF=BC=88=E5=8F=8C=E7=A2=B3=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectAdmin/fourEngin/carbon/index.vue | 2 +- .../fourEngin/carbon/leftCenter.vue | 215 +++++++++++------- .../fourEngin/carbon/rightCenter.vue | 2 +- .../projectAdmin/fourEngin/monitor/index.vue | 2 +- 4 files changed, 141 insertions(+), 80 deletions(-) diff --git a/src/views/projectAdmin/fourEngin/carbon/index.vue b/src/views/projectAdmin/fourEngin/carbon/index.vue index ac8f4379..57b89951 100644 --- a/src/views/projectAdmin/fourEngin/carbon/index.vue +++ b/src/views/projectAdmin/fourEngin/carbon/index.vue @@ -59,7 +59,7 @@ export default { height: 25%; } .center { - height: 50%; + height: 43%; } .bottom { height: 25%; diff --git a/src/views/projectAdmin/fourEngin/carbon/leftCenter.vue b/src/views/projectAdmin/fourEngin/carbon/leftCenter.vue index 86c76e21..29938cc8 100644 --- a/src/views/projectAdmin/fourEngin/carbon/leftCenter.vue +++ b/src/views/projectAdmin/fourEngin/carbon/leftCenter.vue @@ -3,30 +3,35 @@
| 设备名称 | -设备状态 | 报警类型 | -超标值 | -喷淋次数 | +报警名称 | +设备名称 | +报警值 | +阈值 | +超标时间 | +超标量 |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ item.type }} | +{{ item.alarmTypeName }} | {{ item.deviceName }} | -离线 | -pm2.5 | -0.1μg/m³ | -1次 | +{{ item.avgData }} | +{{ item.alarmValue }} | +{{ item.tempAlarmTime }} | +{{ item.exceed }} |
- 暂无数据
-