lng计划业务逻辑处理

This commit is contained in:
‘huanghaiixia’
2026-03-16 17:52:36 +08:00
parent f822654100
commit ee57286c05
21 changed files with 3505 additions and 318 deletions

View File

@ -342,6 +342,14 @@ export const PAGE_CUSTOM_ROUTE: AppRouteRecordRaw[] = [{
title: (route) => route.query.formName
}
},
{
path: '/dayPlan/LngDemand/createForm',
name: 'LngDemand',
component: () => import('/@/views/dayPlan/LngDemand/components/createForm.vue'),
meta: {
title: (route) => route.query.formName
}
},
]