From 31d62d0ac0bf6fdcb200ffeaa7b4e15aaf2d4946 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期五, 25 七月 2025 16:40:47 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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