From 5fa730c49ae46fa448d49d597dc7b2b6a019b268 Mon Sep 17 00:00:00 2001 From: songweionline <57444642+songweionline@users.noreply.github.com> Date: Mon, 6 Sep 2021 09:13:35 +0800 Subject: [PATCH] fix(table): Solve the bug of setting ifshow to false in table column (#1166) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 表格列设置ifshow为false,表格的列设置里依然会渲染该列的checkBox,实际应该不渲染。如果需要隐藏应该是设置defaultHidden。 --- src/components/Table/src/components/settings/ColumnSetting.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Table/src/components/settings/ColumnSetting.vue b/src/components/Table/src/components/settings/ColumnSetting.vue index 66910db28..889c82f3e 100644 --- a/src/components/Table/src/components/settings/ColumnSetting.vue +++ b/src/components/Table/src/components/settings/ColumnSetting.vue @@ -42,7 +42,7 @@