From 4fc1ca4d314e1c1143d7bcccb884e14742f6687b Mon Sep 17 00:00:00 2001 From: yy <11@11.com> Date: Fri, 7 Jun 2024 15:35:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9C=E7=A8=8B=E7=AE=A1=E7=90=86=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../permissions-manage/doctor-manage.vue | 255 +++++++++--------- 1 file changed, 129 insertions(+), 126 deletions(-) diff --git a/src/views/permissions-manage/doctor-manage.vue b/src/views/permissions-manage/doctor-manage.vue index bf8203f..5eeb096 100644 --- a/src/views/permissions-manage/doctor-manage.vue +++ b/src/views/permissions-manage/doctor-manage.vue @@ -1,67 +1,67 @@ - - - - 用户名 - - - 查询 - 重置 - - - - 新增 - 导入 - 删除 - - - - - - - - - - + + + + 用户名 + + + 查询 + 重置 + + + + 新增 + 导入 + 删除 + + + + + + + + + + {{ scope.row.phone.slice(0, 3) + '****' + scope.row.phone.slice(7) }} - - - - + + + + {{ item.roleName }} {{ (scope.row.roleList.length - 1) == index ? '' : ',' }} - - - - - - - - - + + + + + + + + + 密码 + :disabled="scope.row.lockFlag == 1">密码 修改 + :disabled="scope.row.lockFlag == 1">修改 删除 + :disabled="scope.row.lockFlag == 1">删除 - - - - - - - - + + + + + + + + @@ -82,13 +82,14 @@ - - - - + + + +