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);