国网\自有

This commit is contained in:
‘huanghaiixia’
2026-03-25 16:00:32 +08:00
parent 659dbb171d
commit 6d09d49d85
17 changed files with 4070 additions and 0 deletions

View File

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