From 31d90b7741200b58a1939a97ad7b5ecf874e19c0 Mon Sep 17 00:00:00 2001 From: zhaohuihui Date: Wed, 13 Jul 2022 20:55:22 +0800 Subject: [PATCH] fix: checkbox can not change indeterminate in table header when select a row Signed-off-by: zhaohuihui --- src/components/table/table-head.vue | 34 +++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/src/components/table/table-head.vue b/src/components/table/table-head.vue index 9a39d949f..a8e02e087 100644 --- a/src/components/table/table-head.vue +++ b/src/components/table/table-head.vue @@ -17,7 +17,7 @@ {{ column.title || '' }} - +