From 2d1fbb27ca8bf359372c258bab6bd532899043a1 Mon Sep 17 00:00:00 2001 From: dengj <209192278@qq.com> Date: Wed, 13 Dec 2023 12:52:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=93=E6=B4=81=20:=20=E4=BC=A0=E6=84=9F?= =?UTF-8?q?=E5=99=A8=E6=8E=A5=E5=8F=A3=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/content/airInfo/AirInfo.vue | 106 +++++++----------- .../content/airInfo/childComps/ItemInfo.vue | 25 ++--- .../content/windPressure/WindPressureList.vue | 8 +- .../childComps/WindPressureItem.vue | 6 +- 4 files changed, 58 insertions(+), 87 deletions(-) diff --git a/src/components/content/airInfo/AirInfo.vue b/src/components/content/airInfo/AirInfo.vue index d4616a2..92c9b9a 100644 --- a/src/components/content/airInfo/AirInfo.vue +++ b/src/components/content/airInfo/AirInfo.vue @@ -3,98 +3,78 @@
-
风速进风:13m/s
-
出风:13m/s
+
风速进风:{{ windSpeed }}m/s
+
出风:{{windSpeed}}m/s
- - - diff --git a/src/components/content/airInfo/childComps/ItemInfo.vue b/src/components/content/airInfo/childComps/ItemInfo.vue index 38dbe3b..a877532 100644 --- a/src/components/content/airInfo/childComps/ItemInfo.vue +++ b/src/components/content/airInfo/childComps/ItemInfo.vue @@ -2,7 +2,6 @@
- {{ params.name }}
@@ -16,8 +15,6 @@