This commit is contained in:
@@ -91,8 +91,12 @@ export default {
|
||||
if (
|
||||
ctx.formData &&
|
||||
ctx.formData.formCustomTemplateKey != undefined &&
|
||||
window.$gz.role.hasRole(window.$gz.role.AUTHORIZATION_ROLES.BizAdminFull)
|
||||
window.$gz.role.hasRole([
|
||||
window.$gz.role.AUTHORIZATION_ROLES.BizAdminFull,
|
||||
window.$gz.role.AUTHORIZATION_ROLES.BizAdminLimited
|
||||
])
|
||||
) {
|
||||
//NOTE: BizAdminFull can edit, bizadminlimited can read only
|
||||
//add customize menu item
|
||||
//DIVIDER
|
||||
//Insert the devider between context and global items
|
||||
|
||||
Reference in New Issue
Block a user