feat: add edm service
This commit is contained in:
parent
a1b12fbb46
commit
2ff18e7785
3 changed files with 39 additions and 0 deletions
|
|
@ -46,6 +46,11 @@ const routes: RouteRecordRaw[] = [
|
|||
name: 'Quotation',
|
||||
component: () => import('pages/05_quotation/MainPage.vue'),
|
||||
},
|
||||
{
|
||||
path: '/edm',
|
||||
name: 'document-management',
|
||||
component: () => import('pages/06_edm/MainPage.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue