From 56d564017ff7ba951ae69537bb9677b5770590e6 Mon Sep 17 00:00:00 2001 From: zjl Date: Thu, 19 Sep 2024 16:22:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=94=A8=E6=88=B7=E3=80=81?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/role/index.vue | 1 + src/views/system/user/index.vue | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index a989338..a3181bb 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -86,6 +86,7 @@ const authVisible=ref(false) actions: [ { label: '分配权限', + icon: 'HelpFilled', type: 'warning', onClick: handleAuth.bind(null, record), // 根据权限控制是否显示: 有权限,会显示,支持多个 diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index e8b0484..71e7bca 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -117,7 +117,7 @@ const actionColumn = reactive({ - width:370, + width:400, label: '操作', prop: 'action', fixed: 'right', @@ -142,6 +142,7 @@ }, { label: '重置密码', + icon: 'Lock', type: 'warning', onClick: handleResetPassWord.bind(null, record), auth:['sys:user:resetPwd']