Pre Merge pull request !371 from AKING/N/A

pull/371/MERGE
AKING 2024-02-17 02:19:39 +00:00 committed by Gitee
commit 9a15706cc7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -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'