fix: workflow page

This commit is contained in:
puriphatt 2024-10-24 18:08:05 +07:00
parent 06f099a62b
commit 2cc957ffde
2 changed files with 268 additions and 0 deletions

View file

@ -79,6 +79,11 @@ const routes: RouteRecordRaw[] = [
name: 'Quotation',
component: () => import('pages/05_quotation/MainPage.vue'),
},
{
path: '/workflow',
name: 'Workflow',
component: () => import('pages/04_flow-managment/MainPage.vue'),
},
{
path: '/document-management',
name: 'document-management',