mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 19:29:04 +08:00
fix(table): fix table type error
This commit is contained in:
@@ -370,4 +370,6 @@ export interface BasicColumn extends IColumnProps {
|
||||
children?: BasicColumn[];
|
||||
//
|
||||
flag?: 'INDEX' | 'DEFAULT' | 'CHECKBOX' | 'RADIO' | 'ACTION';
|
||||
|
||||
slots?: Indexable;
|
||||
}
|
||||
|
Reference in New Issue
Block a user