客户需求

This commit is contained in:
‘huanghaiixia’
2026-01-16 17:28:00 +08:00
parent 620d3be942
commit e97ba3bcfb
20 changed files with 3222 additions and 239 deletions

View File

@ -275,7 +275,15 @@ export const PAGE_CUSTOM_ROUTE: AppRouteRecordRaw[] = [{
name: 'PngAppro',
component: () => import('/@/views/dayPlan/PngAppro/components/createForm.vue'),
meta: {
title: (route) => '管道气审批'
title: (route) => route.query.formName
}
},
{
path: '/dayPlan/PngMeasureSalesPur/createForm',
name: 'PngMeasureSalesPur',
component: () => import('/@/views/dayPlan/PngMeasureSalesPur/components/createForm.vue'),
meta: {
title: (route) => route.query.formName
}
},
]