This commit is contained in:
‘huanghaiixia’
2026-03-24 16:20:01 +08:00
parent 78e5b928cc
commit 29709662de
8 changed files with 618 additions and 84 deletions

View File

@ -374,6 +374,14 @@ export const PAGE_CUSTOM_ROUTE: AppRouteRecordRaw[] = [{
title: (route) => (route.query.formName)
}
},
{
path: '/inventory/LngInventoryOut/createForm',
name: 'LngInventoryOut',
component: () => import('/@/views/inventory/LngInventoryOut/components/createForm.vue'),
meta: {
title: (route) => (route.query.formName)
}
},
]