qushaowei
2023-11-22 3dd1c81c84d78a30fff6468ccb05f979f2d50966
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