feat: add dms menu
This commit is contained in:
parent
78efbb2890
commit
079b70abdd
2 changed files with 6 additions and 1 deletions
|
|
@ -70,6 +70,11 @@ const labelMenu = ref<
|
||||||
icon: 'heroicons-truck-solid',
|
icon: 'heroicons-truck-solid',
|
||||||
route: '/product-service',
|
route: '/product-service',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'menu.dms',
|
||||||
|
icon: 'mdi-folder-file',
|
||||||
|
route: '/document-management',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'drawerQuotation',
|
label: 'drawerQuotation',
|
||||||
icon: 'mdi-file-document',
|
icon: 'mdi-file-document',
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ const routes: RouteRecordRaw[] = [
|
||||||
component: () => import('pages/05_quotation/MainPage.vue'),
|
component: () => import('pages/05_quotation/MainPage.vue'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/edm',
|
path: '/document-management',
|
||||||
name: 'document-management',
|
name: 'document-management',
|
||||||
component: () => import('pages/06_edm/MainPage.vue'),
|
component: () => import('pages/06_edm/MainPage.vue'),
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue