bug修复 管道气审批
This commit is contained in:
@ -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) => '管道气审批'
|
||||
}
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user