客户组

This commit is contained in:
‘huanghaiixia’
2025-12-17 16:06:44 +08:00
parent 1eee4dcd60
commit a27bf90e9d
16 changed files with 2773 additions and 615 deletions

View File

@ -13,6 +13,7 @@ export const searchFormSchema: FormSchema[] = [
componentProps: {
format: 'YYYY-MM-DD',
style: { width: '100%' },
allowClear: true,
getPopupContainer: () => document.body,
},
},
@ -47,7 +48,7 @@ export const columns: BasicColumn[] = [
},
{
dataIndex: 'typeCode',
dataIndex: 'typeName',
title: '类型',
componentType: 'select',
align: 'left',