From 7859c063db5effe91f2418056e70b848177a3628 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期四, 14 八月 2025 10:51:29 +0800
Subject: [PATCH] 1、保养规范审批流程根据规范分类区分展示保养项明细 2、调整二保批量新增功能

---
 src/views/eam/technical/modules/EamTechnicalStatusEvaluationOrderModal.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/views/eam/technical/modules/EamTechnicalStatusEvaluationOrderModal.vue b/src/views/eam/technical/modules/EamTechnicalStatusEvaluationOrderModal.vue
index b1dea0d..d95a5b7 100644
--- a/src/views/eam/technical/modules/EamTechnicalStatusEvaluationOrderModal.vue
+++ b/src/views/eam/technical/modules/EamTechnicalStatusEvaluationOrderModal.vue
@@ -101,11 +101,11 @@
               type: JVXETypes.hidden
             },
             {
-              title: '椤圭洰搴忓彿',
+              title: '搴忓彿',
               key: 'itemCode',
               type: JVXETypes.normal,
               align: 'center',
-              width: 150
+              width: 60
             },
             {
               title: '妫�鏌ラ」鐩�',
@@ -126,11 +126,11 @@
               type: JVXETypes.hidden
             },
             {
-              title: '椤圭洰搴忓彿',
+              title: '搴忓彿',
               key: 'itemCode',
               type: JVXETypes.normal,
               align: 'center',
-              width: 150
+              width: 60
             },
             {
               title: '妫�鏌ラ」鐩�',
@@ -171,6 +171,7 @@
       },
 
       getDetailDataByOrderId({ id }) {
+        this.detail.safetyEquipmentCheckList = this.detail.precisionCheckList = this.detail.otherCheckList = []
         this.model.standardId = id
         this.spinning = true
         getAction(this.url.detail, { standardId: id })

--
Gitblit v1.9.3