feat: menu agencies (#65)

* feat: agencies => add agencies menu

---------

Co-authored-by: Methapon Metanipat <methapon@frappet.com>
This commit is contained in:
puriphatt 2024-11-08 13:11:42 +07:00 committed by GitHub
parent f6479cc72d
commit b87e15301f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 1305 additions and 18 deletions

View file

@ -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'),
},
],
},