refactor: show peview

This commit is contained in:
Thanaphon Frappet 2024-12-26 17:44:16 +07:00
parent 1a6e28d17a
commit 0d07cacfc0
5 changed files with 86 additions and 42 deletions

View file

@ -139,8 +139,13 @@ const routes: RouteRecordRaw[] = [
component: () => import('pages/09_task-order/PageView.vue'),
},
{
path: '/task-order/:id/doc',
name: 'TaskOrderAdd',
path: '/task-order/:id/doc-prouct-receive',
name: 'docReceive',
component: () => import('pages/09_task-order/document_view/MainPage.vue'),
},
{
path: '/task-order/:id/doc-prouct-order',
name: 'docOrder',
component: () => import('pages/09_task-order/document_view/MainPage.vue'),
},