审批提交弹框显示优化--lng调度审批
This commit is contained in:
@ -350,6 +350,14 @@ export const PAGE_CUSTOM_ROUTE: AppRouteRecordRaw[] = [{
|
||||
title: (route) => route.query.formName
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/dayPlan/LngAppro/createForm',
|
||||
name: 'LngAppro',
|
||||
component: () => import('/@/views/dayPlan/LngAppro/components/createForm.vue'),
|
||||
meta: {
|
||||
title: (route) => route.query.formName
|
||||
}
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user