From 3a8181119526dd55814fc69ac0566f93009fa71f Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期三, 23 七月 2025 17:31:07 +0800 Subject: [PATCH] 1、各类审批状态提至列表靠前位置 2、新增二保、技术鉴定状态申请以及技术鉴定工单变更流程驳回时的审批节点展示条件 --- src/components/jeecg/JVxeTable/components/JVxeSubPopover.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/components/jeecg/JVxeTable/components/JVxeSubPopover.vue b/src/components/jeecg/JVxeTable/components/JVxeSubPopover.vue index 610de07..4e65df3 100644 --- a/src/components/jeecg/JVxeTable/components/JVxeSubPopover.vue +++ b/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 -- Gitblit v1.9.3