lng计划业务逻辑处理
This commit is contained in:
@ -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
|
||||
}
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user