Files
geg-gas-web/src/views/secondDev/customFormConfig.ts
‘huanghaiixia’ 2b2c8df0f7 签报
2025-12-19 17:50:27 +08:00

6 lines
182 B
TypeScript

export const customFormConfig = {
codeList: ['addCustomer','addSupplier', 'addCustomerScore', 'addSupplierScore', 'addAppro'],
router: [
{code: 'addCustomer', src: ''}
]
};