修改点击列问题
This commit is contained in:
@@ -75,6 +75,10 @@ import type TableStoreClass from '@/utils/tableStore'
|
||||
import { useRouter } from 'vue-router'
|
||||
import { defaultAttribute } from '@/components/table/defaultAttribute'
|
||||
|
||||
defineOptions({
|
||||
inheritAttrs: false
|
||||
})
|
||||
|
||||
const config = useConfig()
|
||||
const tableRef = ref<VxeTableInstance>()
|
||||
const tableStore = inject('tableStore') as TableStoreClass
|
||||
@@ -151,9 +155,9 @@ const openCustomColumn = () => {
|
||||
table.reactData.customStore.activeBtn = false
|
||||
}
|
||||
if (customColumnVisibleOnPress) {
|
||||
table.closeCustom?.()
|
||||
table?.closeCustom?.()
|
||||
} else {
|
||||
table.openCustom?.()
|
||||
table?.openCustom?.()
|
||||
}
|
||||
}
|
||||
const getRef = () => {
|
||||
|
||||
Reference in New Issue
Block a user