lyh
2025-07-25 f5b3707c1116e48d67623055133f620cd79877ff
src/components/jeecg/JVxeTable/components/JVxeSubPopover.vue
@@ -71,6 +71,12 @@
        let className = target.className || ''
        className = typeof className === 'string' ? className : className.toString()
        // 获取 td 父级
        let td = getParentNodeByTagName(target, 'td');
        // 点击的是拖拽排序列,不做处理
        if (td && td.querySelector('.j-vxe-ds-icons')) {
          return
        }
        // 点击的是expand,不做处理
        if (className.includes('vxe-table--expand-btn')) {
          return