little: 拉代码
This commit is contained in:
parent
17acbcf2d8
commit
67755da47c
@ -369,7 +369,7 @@ const onDensity = (e: string) => {
|
|||||||
density.value = e;
|
density.value = e;
|
||||||
};
|
};
|
||||||
|
|
||||||
// 排序
|
// 修改列的显示隐藏
|
||||||
const onCheckbox = (checked: any, row: any, index: any) => {
|
const onCheckbox = (checked: any, row: any, index: any) => {
|
||||||
if (!checked) {
|
if (!checked) {
|
||||||
columnsShow.value = columnsShow.value.filter((item: any) => item.dataIndex != row.dataIndex);
|
columnsShow.value = columnsShow.value.filter((item: any) => item.dataIndex != row.dataIndex);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user