-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.envdata.pm25 ? scope.row.envdata.pm25 : '-' }}
-
-
-
-
- {{ scope.row.envdata.pm10 ? scope.row.envdata.pm10 : '-' }}
-
-
-
-
- {{ scope.row.envdata.humidity ? scope.row.envdata.humidity : '-' }}
-
-
-
-
- {{ scope.row.envdata.temperature ? scope.row.envdata.temperature : '-'}}
-
-
-
-
- {{ scope.row.envdata.pressure ? scope.row.envdata.pressure : '-' }}
-
-
-
-
- {{ scope.row.envdata.wind_direction ? scope.row.envdata.wind_direction : '-' }}
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ runningStateEnum[scope.row.running_state]?.text }}
+
+
+
+
+ {{ scope.row.envdata.pm25 ? scope.row.envdata.pm25 : '-' }}
+
+
+
+
+ {{ scope.row.envdata.pm10 ? scope.row.envdata.pm10 : '-' }}
+
+
+
+
+ {{ scope.row.envdata.humidity ? scope.row.envdata.humidity : '-' }}
+
+
+
+
+ {{ scope.row.envdata.temperature ? scope.row.envdata.temperature : '-' }}
+
+
+
+
+ {{ scope.row.envdata.pressure ? scope.row.envdata.pressure : '-' }}
+
+
+
+
+ {{ scope.row.envdata.wind_direction ? scope.row.envdata.wind_direction : '-' }}
+
+
+
@@ -81,8 +67,7 @@
+ start-placeholder="开始时间" end-placeholder="结束时间" @change="handleQuery" style="width: 100%" />