This commit is contained in:
‘huanghaiixia’
2025-12-19 17:50:27 +08:00
parent 694d3cc2ee
commit 2b2c8df0f7
6 changed files with 104 additions and 145 deletions

View File

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