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