更新重置密码按钮底色

This commit is contained in:
zjl 2024-09-19 16:49:50 +08:00
parent b69777404e
commit 3bde0f89d8

View File

@ -143,7 +143,7 @@
{
label: '重置密码',
icon: 'Lock',
type: 'warning',
type: 'primary',
onClick: handleResetPassWord.bind(null, record),
auth:['sys:user:resetPwd']
},