From 7d028cce22558ab7f1f5cdb2cd59ea80c2676513 Mon Sep 17 00:00:00 2001 From: chenze <1824191732@qq.com> Date: Tue, 8 Oct 2024 16:51:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=86=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E7=94=A8=E6=88=B7=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/admin/IcsCustomerStaffList.vue | 38 +++- .../admin/modules/IcsCustomerStaffModal.vue | 170 +++++++++--------- 2 files changed, 117 insertions(+), 91 deletions(-) diff --git a/src/views/admin/IcsCustomerStaffList.vue b/src/views/admin/IcsCustomerStaffList.vue index beacb5d..648a5a6 100644 --- a/src/views/admin/IcsCustomerStaffList.vue +++ b/src/views/admin/IcsCustomerStaffList.vue @@ -36,20 +36,39 @@ :columns='columns' :data='loadData' > + - 维修员 + 普通用户 - + 派单员 - - 网格长 + + 维修人 + + + 管理员 + + + 楼层管理员 + + + + 普通用户 + + + 派单员 + + + 维修人 + + - - + 编辑 + 删除 @@ -97,10 +116,15 @@ export default { dataIndex: 'mobile' }, { - title: '角色类型', + title: '报修角色类型', dataIndex: 'dataType', scopedSlots: { customRender: 'dataType' } }, + { + title: '会议角色类型', + dataIndex: 'roomRole', + scopedSlots: { customRender: 'roomRole' } + }, { title: '创建时间', dataIndex: 'createTime' diff --git a/src/views/admin/modules/IcsCustomerStaffModal.vue b/src/views/admin/modules/IcsCustomerStaffModal.vue index f2b6fc6..c6a152a 100644 --- a/src/views/admin/modules/IcsCustomerStaffModal.vue +++ b/src/views/admin/modules/IcsCustomerStaffModal.vue @@ -1,89 +1,89 @@