From 79b917af4957aa4b47db46e034385477828f5fca Mon Sep 17 00:00:00 2001 From: kailong321200875 <321200875@qq.com> Date: Thu, 29 Feb 2024 15:18:41 +0800 Subject: [PATCH] =?UTF-8?q?types:=20=E4=BF=AE=E5=A4=8DTable=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Table/src/types/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Table/src/types/index.ts b/src/components/Table/src/types/index.ts index ef7ddbf..21200a7 100644 --- a/src/components/Table/src/types/index.ts +++ b/src/components/Table/src/types/index.ts @@ -91,7 +91,8 @@ export interface TableProps extends Omit>, 'data'> { align?: 'left' | 'center' | 'right' // 表头对齐方式 headerAlign?: 'left' | 'center' | 'right' - preview?: string[] + imagePreview?: string[] + videoPreview?: string[] sortable?: boolean data?: Recordable }