feat: add group management page and update translations
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
puriphatt 2025-07-07 15:29:18 +07:00
parent 1e34f18366
commit 8b2e3f76c4
5 changed files with 79 additions and 0 deletions

View file

@ -78,6 +78,11 @@ function initMenu() {
route: '/personnel-management',
hidden: !canAccess('personnel'),
},
{
label: 'group',
route: '/group-management',
hidden: !canAccess('personnel'),
},
{
label: 'workflow',
route: '/workflow',