客户组
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user