From e752c0a25404cd6e70350f8c3ba0a7c55efbbaf1 Mon Sep 17 00:00:00 2001 From: fyy <2717885210@qq.com> Date: Mon, 15 Sep 2025 11:13:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=A7=E5=B1=8F=E8=87=AA=E9=80=82?= =?UTF-8?q?=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/screen/property/index.vue | 271 +++++++++--------- 1 file changed, 141 insertions(+), 130 deletions(-) diff --git a/apps/web-antd/src/views/screen/property/index.vue b/apps/web-antd/src/views/screen/property/index.vue index 3447b3c1..22570df6 100644 --- a/apps/web-antd/src/views/screen/property/index.vue +++ b/apps/web-antd/src/views/screen/property/index.vue @@ -22,12 +22,12 @@
今年用电量 - {{powerYear}} + {{ powerYear }} KW·h
本月用电总量 - {{powerMonth}} + {{ powerMonth }} KW·h
@@ -42,7 +42,7 @@
设备总数 - {{total}} + {{ total }}
@@ -53,7 +53,7 @@
@@ -71,54 +71,44 @@
-
+
离线
在线
- +
- +
- +
- +
-
+
- 电量 + 电量 @@ -135,20 +125,24 @@
-
+
-
{{item.total}}
+
{{ item.total }}
会议室总数
-
{{todayMeetCount?.meetCount}}
+
{{ todayMeetCount?.meetCount }}
当日预约会议室总数
-
{{todayMeetCount?.timeQuantity}}
+
{{ todayMeetCount?.timeQuantity }}
@@ -158,14 +152,23 @@