This commit is contained in:
mizhexiaoxiao 2024-09-25 10:47:42 +08:00
parent ef003c6a90
commit 7c3818f7c4

View File

@ -225,12 +225,12 @@ const columns = [
NButton, NButton,
{ {
size: 'small', size: 'small',
type: 'error', type: 'warning',
style: 'margin-right: 8px;', style: 'margin-right: 8px;',
}, },
{ {
default: () => '重置密码', default: () => '重置密码',
icon: renderIcon('material-symbols:delete-outline', { size: 16 }), icon: renderIcon('material-symbols:lock-reset', { size: 16 }),
} }
), ),
[[vPermission, 'post/api/v1/user/reset_password']] [[vPermission, 'post/api/v1/user/reset_password']]