diff --git a/src/views/iceWeather/weather/index.vue b/src/views/iceWeather/weather/index.vue
index b01d20f..064c3f9 100644
--- a/src/views/iceWeather/weather/index.vue
+++ b/src/views/iceWeather/weather/index.vue
@@ -37,9 +37,11 @@
- {{
- scope.row.lastWeathers.humidity
- }}
+
+ {{ scope.row.lastWeathers.humidity }} -
-
@@ -77,9 +79,13 @@
- {{
- scope.row.lastWeathers.radiationIntensity
- }}
+
+ {{ scope.row.lastWeathers.radiationIntensity }} -
-
@@ -188,14 +194,19 @@
prop="airTemperature"
label="温度(℃)"
>
-
-
+
+
+
+ {{ scope.row.humidity }}
+ -
+
+
+
+
+ {{ scope.row.maxWindSpeed.toFixed(1) }}
+
-
+
+
+
+ {{ scope.row.radiationIntensity }}
+ -
+
+
+ >
+
+ {{ scope.row.avgWindSpeed10min.toFixed(1) }}
+
+
-
+ >
+
+
+ {{ scope.row.avgWindDir10min }}
+ -
+
+
+
+ {{ scope.row.maxWindSpeed.toFixed(1) }}
+