From d2c606ce1b11a192996a2176b503e0ec3576a455 Mon Sep 17 00:00:00 2001 From: lankuixing <799745985@qq.com> Date: Sun, 25 Feb 2024 19:12:49 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=A2=9E=E5=8A=A0=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/CheckData.vue | 121 +++++++++++++++++++++++++-------------- 1 file changed, 77 insertions(+), 44 deletions(-) diff --git a/components/CheckData.vue b/components/CheckData.vue index 54d1678..246aead 100644 --- a/components/CheckData.vue +++ b/components/CheckData.vue @@ -17,60 +17,70 @@
-
-
{{ - item.pointName - }} -
-
-
- {{ `${item.COValue}${item.COUnit}` }} -
-
+ +
+
{{ + item.pointName + }}
-
-
-
- {{ `${item.SO2Value}${item.SO2Unit}` }} -
-
+
+
+ {{ `${item.COValue}${item.COUnit}` }} +
+
+
-
-
-
- {{ `${item.NOValue}${item.NOUnit}` }} -
-
+
+
+ {{ `${item.SO2Value}${item.SO2Unit}` }} +
+
+
-
-
-
- {{ `${item.O3Value}${item.O3Unit}` }} -
-
+
+
+ {{ `${item.NOValue}${item.NOUnit}` }} +
+
+
-
-
-
- {{ `${item.PM10Value}${item.PM10Unit}` }} -
-
+
+
+ {{ `${item.O3Value}${item.O3Unit}` }} +
+
+
-
-
-
- {{ `${item.PM25Value}${item.PM25Unit}` }} -
-
+
+
+ {{ `${item.PM10Value}${item.PM10Unit}` }} +
+
+
+
+
+
+ {{ `${item.PM25Value}${item.PM25Unit}` }} +
+
+ +
-
+ +
@@ -78,8 +88,11 @@