From a67f074690349e0216e6aa3c81c3dacfe813a3ca Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Fri, 1 Dec 2023 21:25:21 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90issues/5595=E3=80=91BasicTable?= =?UTF-8?q?=E7=BB=84=E4=BB=B6hideSelectAll:=20true=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=85=A8=E9=80=89=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Table/src/components/CustomSelectHeader.vue | 13 ++++++++++++- .../Table/src/hooks/useCustomSelection.tsx | 7 +++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/src/components/Table/src/components/CustomSelectHeader.vue b/src/components/Table/src/components/CustomSelectHeader.vue index 437b0e7..7a385e4 100644 --- a/src/components/Table/src/components/CustomSelectHeader.vue +++ b/src/components/Table/src/components/CustomSelectHeader.vue @@ -1,10 +1,17 @@