forked from github/dataease
feat: 增加菜单授权管理
This commit is contained in:
parent
cfd8e6eb2b
commit
13da216816
@ -109,15 +109,14 @@ export default {
|
|||||||
direction: 'source',
|
direction: 'source',
|
||||||
authType: 'panel',
|
authType: 'panel',
|
||||||
authTargets: 'dept,role,user'
|
authTargets: 'dept,role,user'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
tabName: this.$t('auth.menuAuth'),
|
||||||
|
head: this.$t('auth.menuAuthHead'),
|
||||||
|
direction: 'source',
|
||||||
|
authType: 'menu',
|
||||||
|
authTargets: 'role'
|
||||||
}
|
}
|
||||||
// ,
|
|
||||||
// {
|
|
||||||
// tabName: this.$t('auth.menuAuth'),
|
|
||||||
// head: this.$t('auth.menuAuthHead'),
|
|
||||||
// direction: 'source',
|
|
||||||
// authType: 'menu',
|
|
||||||
// authTargets: 'role'
|
|
||||||
// }
|
|
||||||
],
|
],
|
||||||
targetActiveName: null,
|
targetActiveName: null,
|
||||||
sourceActiveName: null,
|
sourceActiveName: null,
|
||||||
|
Loading…
Reference in New Issue
Block a user