From 5a52bd73bf441f9045eb70b203cf3588634152d8 Mon Sep 17 00:00:00 2001 From: SelfRidicule Date: Fri, 22 Mar 2024 11:24:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=8F=E8=BF=B0=EF=BC=9A=E8=AE=BE=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/admin/meeting/equipment.js | 4 +- src/views/admin/meeting/EquipmentList.vue | 187 +++++++++++++++++----- 2 files changed, 149 insertions(+), 42 deletions(-) diff --git a/src/api/admin/meeting/equipment.js b/src/api/admin/meeting/equipment.js index 697c233..fc688b9 100644 --- a/src/api/admin/meeting/equipment.js +++ b/src/api/admin/meeting/equipment.js @@ -28,11 +28,11 @@ export function recordByDeviceId (id) { }) } -export function getUserList(){ +export function getUserList(params){ return axios({ url: api.equipment + '/getUserList', method: 'get', - params: {} + params: params }) } diff --git a/src/views/admin/meeting/EquipmentList.vue b/src/views/admin/meeting/EquipmentList.vue index c6fc766..e788034 100644 --- a/src/views/admin/meeting/EquipmentList.vue +++ b/src/views/admin/meeting/EquipmentList.vue @@ -42,16 +42,16 @@ :data='loadData' > - 门禁 - 开门控制器 + 门禁 + 开门控制器 - {{record.buildName}}{{record.roomName}} + {{ record.buildName }}{{ record.roomName }} - 启用 - 损坏 - 离线 + 启用 + 损坏 + 离线 {{ 1 }} @@ -64,20 +64,27 @@ - + +
- - + + - + + + + + 全部 + {{item.name}} + + + - - 查询 - 重置 + 查询 @@ -85,15 +92,31 @@
- - +
+
+ + +
+
+
+
已选:{{ selectedPersonRows.length }}
+ 清空 +
+
+
+
手机号:{{ item.mobile }} - 姓名:{{ item.username }}
+ +
+
+
+
@@ -101,11 +124,11 @@ + \ No newline at end of file