diff --git a/src/types/descriptions.d.ts b/src/types/descriptions.d.ts index 35c0b81b..af6d68c0 100644 --- a/src/types/descriptions.d.ts +++ b/src/types/descriptions.d.ts @@ -2,6 +2,7 @@ export interface DescriptionsSchema { span?: number // 占多少分 field: string // 字段名 label?: string // label名 + mappedField?: string // 字段映射 width?: string | number minWidth?: string | number align?: 'left' | 'center' | 'right'