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

@ -90,6 +90,11 @@ const routes: RouteRecordRaw[] = [
name: 'document-management',
component: () => import('pages/06_edm/MainPage.vue'),
},
{
path: '/group-management',
name: '/group-management',
component: () => import('pages/02_group-management/MainPage.vue'),
},
{
path: '/agencies-management',
name: 'agencies-management',