fix: correct typos in route paths for document views
This commit is contained in:
parent
bd32764d48
commit
b510e32809
1 changed files with 2 additions and 2 deletions
|
|
@ -139,12 +139,12 @@ const routes: RouteRecordRaw[] = [
|
|||
component: () => import('pages/09_task-order/PageView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/task-order/:id/doc-prouct-receive',
|
||||
path: '/task-order/:id/doc-product-receive',
|
||||
name: 'docReceive',
|
||||
component: () => import('pages/09_task-order/document_view/MainPage.vue'),
|
||||
},
|
||||
{
|
||||
path: '/task-order/:id/doc-prouct-order',
|
||||
path: '/task-order/:id/doc-product-order',
|
||||
name: 'docOrder',
|
||||
component: () => import('pages/09_task-order/document_view/MainPage.vue'),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue