little: 拉代码

This commit is contained in:
wf 2024-07-12 16:56:17 +08:00
parent 17acbcf2d8
commit 67755da47c

View File

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