feat: add group management page and update translations
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
1e34f18366
commit
8b2e3f76c4
5 changed files with 79 additions and 0 deletions
|
|
@ -78,6 +78,11 @@ function initMenu() {
|
|||
route: '/personnel-management',
|
||||
hidden: !canAccess('personnel'),
|
||||
},
|
||||
{
|
||||
label: 'group',
|
||||
route: '/group-management',
|
||||
hidden: !canAccess('personnel'),
|
||||
},
|
||||
{
|
||||
label: 'workflow',
|
||||
route: '/workflow',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue