diff --git a/src/components/Table/src/types/table.ts b/src/components/Table/src/types/table.ts index 93635fa..3d91b9d 100644 --- a/src/components/Table/src/types/table.ts +++ b/src/components/Table/src/types/table.ts @@ -433,6 +433,9 @@ export interface DefaultBasicColumn extends Omit, 'filters'> { flag?: 'INDEX' | 'DEFAULT' | 'CHECKBOX' | 'RADIO' | 'ACTION' customTitle?: VueNode + /** + * @deprecated https://3x.antdv.com/components/table/#Migrate-to-v3 + */ slots?: Recordable // 自定义header渲染