feat: menu agencies (#65)
* feat: agencies => add agencies menu --------- Co-authored-by: Methapon Metanipat <methapon@frappet.com>
This commit is contained in:
parent
f6479cc72d
commit
b87e15301f
12 changed files with 1305 additions and 18 deletions
|
|
@ -89,6 +89,11 @@ const routes: RouteRecordRaw[] = [
|
|||
name: 'document-management',
|
||||
component: () => import('pages/06_edm/MainPage.vue'),
|
||||
},
|
||||
{
|
||||
path: '/agencies-management',
|
||||
name: 'agencies-management',
|
||||
component: () => import('pages/07_agencies-management/MainPage.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue