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

pull/92/head
徐玉祥 2023-03-13 20:48:16 +08:00
parent 16b2263ae5
commit bdce56a803
1 changed files with 1 additions and 1 deletions

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',