bug修复 管道气审批

This commit is contained in:
‘huanghaiixia’
2026-01-15 17:55:02 +08:00
parent 129d138061
commit 620d3be942
9 changed files with 570 additions and 23 deletions

View File

@ -270,6 +270,14 @@ export const PAGE_CUSTOM_ROUTE: AppRouteRecordRaw[] = [{
title: (route) => '合同详情'
}
},
{
path: '/dayPlan/PngAppro/createForm',
name: 'PngAppro',
component: () => import('/@/views/dayPlan/PngAppro/components/createForm.vue'),
meta: {
title: (route) => '管道气审批'
}
},
]