From b9d353bff00f4b9c721ac0cf427f7bf2af7fd7ad Mon Sep 17 00:00:00 2001
From: xuhuajiao <13476289682@163.com>
Date: Thu, 18 Dec 2025 18:22:37 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../environmentalScreen/index-1218-last.vue | 1562 +++++++++++++++++
src/views/environmentalScreen/index.vue | 77 +-
2 files changed, 1622 insertions(+), 17 deletions(-)
create mode 100644 src/views/environmentalScreen/index-1218-last.vue
diff --git a/src/views/environmentalScreen/index-1218-last.vue b/src/views/environmentalScreen/index-1218-last.vue
new file mode 100644
index 0000000..7b10c71
--- /dev/null
+++ b/src/views/environmentalScreen/index-1218-last.vue
@@ -0,0 +1,1562 @@
+
+
+
+
+
+
+
+
+
+
+
+ 环控数据
+
+
+
+
+ -
+
+
+
{{ avgData.pm25 }}
+
PM2.5浓度 {{ avgData.pm25Unit }}
+
+
+ -
+
+
+
{{ avgData.pm10 }}
+
PM10浓度 {{ avgData.pm10Unit }}
+
+
+ -
+
+
+
{{ avgData.tvoc }}
+
TVOC {{ avgData.tvocUnit }}
+
+
+ -
+
+
+
{{ avgData.co2 }}
+
二氧化碳 {{ avgData.co2Unit }}
+
+
+ -
+
+
+
{{ avgData.formaldehyde }}
+
甲醛 {{ avgData.formaldehydeUnit }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
{{ avgData.temperature }}
+
温度 {{ avgData.temperatureUnit }}
+
+
+ -
+
+
+
{{ avgData.humidity }}
+
湿度 {{ avgData.humidityUnit }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
实时空气质量指数(AQI)
+
+
+
+
空气质量为
+
{{ aqiStatus }}
+
+
+
+
+
+
+
+
+
+ -
+
红外
+
+
+ -
+
消防
+
+
+ -
+
漏水
+
+
+ -
+
{{ item.Name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/environmentalScreen/index.vue b/src/views/environmentalScreen/index.vue
index 7b10c71..d0094ce 100644
--- a/src/views/environmentalScreen/index.vue
+++ b/src/views/environmentalScreen/index.vue
@@ -105,7 +105,7 @@
-
+
+
+
+
+
+ 设备联调状态
+
+
+
+ -
+
红外
+
+
+ -
+
消防
+
+
+ -
+
漏水
+
+
+
+ -
+
{{ item.Name }}
+
+
+
@@ -294,7 +333,7 @@
-->
-
+
@@ -533,7 +572,7 @@ export default {
this.getBorrowerNumSta()
this.getTodayHikAlarmLog()
}, this.refreshtime)
- this.getVideoUrl()
+ // this.getVideoUrl()
},
beforeDestroy() {
// 清理所有定时器
@@ -1179,21 +1218,22 @@ export default {
}
.leakage-list {
display: flex;
- justify-content: flex-start;
+ justify-content: center;
flex-wrap: wrap;
- padding: 0 0 0 14px;
+ // padding: 0 0 0 14px;
text-align: left;
- &::-webkit-scrollbar {
- width: 4px;
- height: 4px;
- }
- &::-webkit-scrollbar-thumb {
- background-color: #339cff;
- border-radius: 2px;
- }
- &::-webkit-scrollbar-track {
- background-color: #021941;
- }
+ height: calc(100% - 40px);
+ // &::-webkit-scrollbar {
+ // width: 4px;
+ // height: 4px;
+ // }
+ // &::-webkit-scrollbar-thumb {
+ // background-color: #339cff;
+ // border-radius: 2px;
+ // }
+ // &::-webkit-scrollbar-track {
+ // background-color: #021941;
+ // }
li {
position: relative;
display: flex;
@@ -1203,6 +1243,9 @@ export default {
border: 1px solid #3581cc;
background-color: #02255f;
border-radius: 2px;
+ width: calc(100% / 2 - 14px);
+ height: calc(100% / 4 - 20px);
+ margin: 20px 7px 0 7px;
&::before {
content: "";
position: absolute;