feat: add edm service

This commit is contained in:
Methapon2001 2024-08-13 17:15:55 +07:00
parent a1b12fbb46
commit 2ff18e7785
3 changed files with 39 additions and 0 deletions

View file

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