采购执行
This commit is contained in:
@ -310,7 +310,7 @@ export const PAGE_CUSTOM_ROUTE: AppRouteRecordRaw[] = [{
|
||||
title: (route) => ('管道气采购合同详情')
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
path: '/ship/ShipSchedule/createForm',
|
||||
name: 'ShipSchedule',
|
||||
component: () => import('/@/views/ship/ShipSchedule/components/createForm.vue'),
|
||||
@ -318,6 +318,14 @@ export const PAGE_CUSTOM_ROUTE: AppRouteRecordRaw[] = [{
|
||||
title: (route) => route.query.formName
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/ship/OpsPurInt/createForm',
|
||||
name: 'OpsPurInt',
|
||||
component: () => import('/@/views/ship/OpsPurInt/components/createForm.vue'),
|
||||
meta: {
|
||||
title: (route) => route.query.formName
|
||||
}
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user