From 67755da47cf88bee7f8d4c12c1fbd80856f0ab99 Mon Sep 17 00:00:00 2001 From: wf <2547096351@qq.com> Date: Fri, 12 Jul 2024 16:56:17 +0800 Subject: [PATCH] =?UTF-8?q?little:=20=E6=8B=89=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/table-management/custom-table/custom-table.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/table-management/custom-table/custom-table.vue b/src/views/table-management/custom-table/custom-table.vue index 754ca92..68bcc6a 100644 --- a/src/views/table-management/custom-table/custom-table.vue +++ b/src/views/table-management/custom-table/custom-table.vue @@ -369,7 +369,7 @@ const onDensity = (e: string) => { density.value = e; }; -// 排序 +// 修改列的显示隐藏 const onCheckbox = (checked: any, row: any, index: any) => { if (!checked) { columnsShow.value = columnsShow.value.filter((item: any) => item.dataIndex != row.dataIndex);