This commit is contained in:
‘huanghaiixia’
2026-03-04 16:31:44 +08:00
parent 90fd1c6f98
commit 03dc292d57
20 changed files with 971 additions and 97 deletions

View File

@ -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
}
},
]