【更新】前端操作栏权限判断

This commit is contained in:
徐玉祥 2023-03-13 20:48:16 +08:00
parent 16b2263ae5
commit bdce56a803

View File

@ -196,7 +196,7 @@
width: '80px'
}
]
if (hasPerm(['bizUserEdit', 'bizUserGrantRole', 'bizUserPwdReset', 'bizUserDelete'])) {
if (hasPerm(['bizUserEdit', 'bizUserGrantRole', 'bizUserPwdReset', 'bizUserExportUserInfo', 'bizUserDelete'])) {
columns.push({
title: '操作',
dataIndex: 'action',