fix: workflow page
This commit is contained in:
parent
06f099a62b
commit
2cc957ffde
2 changed files with 268 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue