Files
geg-gas-web/src/views/secondDev/customFormConfig.ts
‘huanghaiixia’ 754f44f55d 供应商评价
2025-12-19 14:37:49 +08:00

6 lines
170 B
TypeScript

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