fix: correct typos in route paths for document views

This commit is contained in:
puriphatt 2024-12-27 10:25:09 +07:00
parent bd32764d48
commit b510e32809

View file

@ -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'),
},