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
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue