新增用户、角色图标

This commit is contained in:
zjl 2024-09-19 16:22:52 +08:00
parent c4f157aa76
commit 56d564017f
2 changed files with 3 additions and 1 deletions

View File

@ -86,6 +86,7 @@ const authVisible=ref(false)
actions: [
{
label: '分配权限',
icon: 'HelpFilled',
type: 'warning',
onClick: handleAuth.bind(null, record),
// :

View File

@ -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']