From 7e67ca7e1d034282b307ac450d79f0cd1326a03d Mon Sep 17 00:00:00 2001 From: "471615499@qq.com" Date: Tue, 29 Oct 2024 13:06:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E7=BB=9F=E8=AE=A1=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/admin/meeting/MeetingCount.vue | 64 +++++++++++++++--------- 1 file changed, 39 insertions(+), 25 deletions(-) diff --git a/src/views/admin/meeting/MeetingCount.vue b/src/views/admin/meeting/MeetingCount.vue index 934ca8f..f00a15e 100644 --- a/src/views/admin/meeting/MeetingCount.vue +++ b/src/views/admin/meeting/MeetingCount.vue @@ -11,10 +11,10 @@
-
+
已预约会议室
-
+
{{ roomNum.alreadyBooking }}
@@ -26,10 +26,10 @@
-
+
未预约会议室
-
+
{{ roomNum.noBooking }}
@@ -41,10 +41,10 @@
-
+
开会中会议室
-
+
{{ roomNum.going }}
@@ -56,10 +56,10 @@
-
+
空闲中会议室
-
+
{{ roomNum.free }}
@@ -70,10 +70,12 @@ - -
    - {{getListData(value).length == 0 ? '' : getListData(value).length}} - + +
      + {{ getListData(value).length == 0 ? '' : getListData(value).length }} +