mirror of https://gitee.com/xiaonuobase/snowy
【更新】前端操作栏权限判断
parent
16b2263ae5
commit
bdce56a803
|
@ -196,7 +196,7 @@
|
||||||
width: '80px'
|
width: '80px'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
if (hasPerm(['bizUserEdit', 'bizUserGrantRole', 'bizUserPwdReset', 'bizUserDelete'])) {
|
if (hasPerm(['bizUserEdit', 'bizUserGrantRole', 'bizUserPwdReset', 'bizUserExportUserInfo', 'bizUserDelete'])) {
|
||||||
columns.push({
|
columns.push({
|
||||||
title: '操作',
|
title: '操作',
|
||||||
dataIndex: 'action',
|
dataIndex: 'action',
|
||||||
|
|
Loading…
Reference in New Issue