fix(table): fix table type error

This commit is contained in:
vben
2020-10-31 12:56:30 +08:00
parent 3466d62210
commit 05980a817e
2 changed files with 10 additions and 8 deletions

View File

@@ -370,4 +370,6 @@ export interface BasicColumn extends IColumnProps {
children?: BasicColumn[];
//
flag?: 'INDEX' | 'DEFAULT' | 'CHECKBOX' | 'RADIO' | 'ACTION';
slots?: Indexable;
}