From b5d6451b39549dd78572d8946f459d44cf2c72be Mon Sep 17 00:00:00 2001 From: "2090205686@qq.com" Date: Wed, 21 May 2025 17:21:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=AF=E5=A2=83=E7=9B=91=E6=B5=8B=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=B7=BB=E5=8A=A0=E6=8B=9F=E5=8A=A8=E6=80=81=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../smartFarm/inspection/envInspection.vue | 133 +++++++++++------- 1 file changed, 83 insertions(+), 50 deletions(-) diff --git a/sub-operation-service/src/views/smartFarm/inspection/envInspection.vue b/sub-operation-service/src/views/smartFarm/inspection/envInspection.vue index 1eb17dc..df7a24a 100644 --- a/sub-operation-service/src/views/smartFarm/inspection/envInspection.vue +++ b/sub-operation-service/src/views/smartFarm/inspection/envInspection.vue @@ -7,90 +7,65 @@
- +
实时环境监测
当前设备 - +
-
21℃
+
{{ monitorData.co2 }}
空气温度
-
61%
+
{{ monitorData.humidity }}
空气湿度
-
1600mm
-
空气温度
+
{{ monitorData.rainfall }}
+
降水量
-
东南风
+
{{ monitorData.wind }}
风向
-
-
+
-
12μg/m³
+
{{ monitorData.pm25 }}
PM2.5
-
679Lux
+
{{ monitorData.light }}
光照强度
-
440ppm
+
{{ monitorData.co2 }}
二氧化碳浓度
-
1.5m/s
+
{{ monitorData.windSpeed }}
风速
- + {{ item.title }}
- -
作物生长状态
-
-
酸碱度:
-
6.5 正常
-
-
-
养分含量:
-
N 元素含量不足
-
-
-
重金属含量:
-
Hg 金属含量超标
-
-
-
水温:
-
38℃ 偏高
-
-
-
水浑浊度:
-
良好
-
-
-
酸碱度:
-
正常
-
-
-
盐分含量:
-
正常
-
-
+
@@ -99,10 +74,12 @@