修改点击列问题

This commit is contained in:
guanj
2026-07-10 08:57:37 +08:00
parent ee9cd057b8
commit 888b8d1bf4
4 changed files with 12 additions and 8 deletions

View File

@@ -191,9 +191,9 @@ const openCustomColumn = () => {
table.reactData.customStore.activeBtn = false
}
if (customColumnVisibleOnPress) {
table.closeCustom?.()
table?.closeCustom?.()
} else {
table.openCustom?.()
table?.openCustom?.()
}
}
onMounted(() => {