From 3a8181119526dd55814fc69ac0566f93009fa71f Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期三, 23 七月 2025 17:31:07 +0800 Subject: [PATCH] 1、各类审批状态提至列表靠前位置 2、新增二保、技术鉴定状态申请以及技术鉴定工单变更流程驳回时的审批节点展示条件 --- src/views/eam/maintenance/EamInspectionOrderList.vue | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/views/eam/maintenance/EamInspectionOrderList.vue b/src/views/eam/maintenance/EamInspectionOrderList.vue index 9f36e36..7342365 100644 --- a/src/views/eam/maintenance/EamInspectionOrderList.vue +++ b/src/views/eam/maintenance/EamInspectionOrderList.vue @@ -171,6 +171,12 @@ fixed: 'left' }, { + title: '鐐规鐘舵��', + align: 'center', + dataIndex: 'inspectionStatus_dictText', + fixed: 'left' + }, + { title: '宸ュ崟鍙�', align: 'center', dataIndex: 'orderNum' @@ -202,11 +208,6 @@ title: '鍒涘缓鏂瑰紡', align: 'center', dataIndex: 'creationMethod_dictText' - }, - { - title: '鐐规鐘舵��', - align: 'center', - dataIndex: 'inspectionStatus_dictText' }, { title: '鐐规浜�', -- Gitblit v1.9.3