refactor: show peview
This commit is contained in:
parent
1a6e28d17a
commit
0d07cacfc0
5 changed files with 86 additions and 42 deletions
|
|
@ -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'),
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue