审批提交弹框显示优化--lng调度审批

This commit is contained in:
‘huanghaiixia’
2026-03-19 17:51:57 +08:00
parent ad4452a09c
commit b0d7e227b8
15 changed files with 752 additions and 184 deletions

View File

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