This commit is contained in:
2025-12-18 18:36:40 +08:00
11 changed files with 400 additions and 110 deletions

View File

@ -1,5 +1,5 @@
export const customFormConfig = {
codeList: ['addCustomer','addSupplier'],
codeList: ['addCustomer','addSupplier', 'addCustomerScore'],
router: [
{code: 'addCustomer', src: ''}
]