From 22aced73cd5e03689840c897b1f0c6b4e571fc17 Mon Sep 17 00:00:00 2001 From: SelfRidicule Date: Thu, 4 Apr 2024 16:07:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=8F=E8=BF=B0=EF=BC=9A=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=9C=B0=E5=8C=BA=E3=80=81=E5=9B=AD=E5=8C=BA?= =?UTF-8?q?=E3=80=81=E6=A5=BC=E5=AE=87=E3=80=81=E6=A5=BC=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/meeting/modules/EquipmentModal.vue | 298 ++++++++++++++---- 1 file changed, 235 insertions(+), 63 deletions(-) diff --git a/src/views/admin/meeting/modules/EquipmentModal.vue b/src/views/admin/meeting/modules/EquipmentModal.vue index 3b33085..a567532 100644 --- a/src/views/admin/meeting/modules/EquipmentModal.vue +++ b/src/views/admin/meeting/modules/EquipmentModal.vue @@ -16,24 +16,82 @@
| - 新增设备 + 设备管理
+ + + + + {{ item.name }} + + + + + + + {{ item.name }} + + + + + + + + + + {{ item.buildingName }} + + + + + + + + {{ item.floorName }} + + + + + + + + + + + {{ item.name }} + + + + + - + - + - + 门禁 @@ -49,32 +107,11 @@ - - - - - - {{ item.floorName }} - - - - - - - - - {{ item.name }} - - - - - - + 开启 @@ -120,7 +157,7 @@ ref='table' style='width: 800px;margin-left: 20px' :data-source='loadData' - > + > {{ text }} @@ -128,11 +165,16 @@