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 @@