From 4b5536a0b2d1c100785ca9fef3a51f0c8d632efb Mon Sep 17 00:00:00 2001 From: Charles7c Date: Mon, 9 Dec 2024 21:47:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20GiTable=20=E6=8F=92?= =?UTF-8?q?=E6=A7=BD=E7=B1=BB=E5=9E=8B=E4=B8=8D=E5=AE=8C=E5=85=A8=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=88=E5=90=8C=E6=AD=A5=20GiDemo=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GiTable/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/GiTable/index.vue b/src/components/GiTable/index.vue index 0d2f30c..e7312c4 100644 --- a/src/components/GiTable/index.vue +++ b/src/components/GiTable/index.vue @@ -29,8 +29,7 @@ @@ -125,6 +124,10 @@ defineSlots<{ 'expand-row': (props: { record: T }) => void 'expand-icon': (props: { record: T, expanded?: boolean }) => void 'columns': () => void + 'custom-title': () => void + 'top': () => void + 'toolbar-left': () => void + 'toolbar-right': () => void [propsName: string]: (props: { key: string, record: T, column: TableColumnData, rowIndex: number }) => void }>()