国网\自有
This commit is contained in:
@ -382,6 +382,22 @@ export const PAGE_CUSTOM_ROUTE: AppRouteRecordRaw[] = [{
|
||||
title: (route) => (route.query.formName)
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/inventory/LngInventoryPngNa/createForm',
|
||||
name: 'LngInventoryPngNa',
|
||||
component: () => import('/@/views/inventory/LngInventoryPngNa/components/createForm.vue'),
|
||||
meta: {
|
||||
title: (route) => (route.query.formName)
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/inventory/LngInventoryPngZy/createForm',
|
||||
name: 'LngInventoryPngZy',
|
||||
component: () => import('/@/views/inventory/LngInventoryPngZy/components/createForm.vue'),
|
||||
meta: {
|
||||
title: (route) => (route.query.formName)
|
||||
}
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user