diff --git a/src/pages/04_flow-managment/MainPage.vue b/src/pages/04_flow-managment/MainPage.vue new file mode 100644 index 00000000..c90d3b8c --- /dev/null +++ b/src/pages/04_flow-managment/MainPage.vue @@ -0,0 +1,263 @@ + + + + + + {{ $t('general.dataSum') }} + + {{ 0 }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/router/routes.ts b/src/router/routes.ts index 92a19dee..120984f3 100644 --- a/src/router/routes.ts +++ b/src/router/routes.ts @@ -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',