From 9d783b455d6d704281ca2743ae45113e23422aad Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期四, 31 七月 2025 09:23:17 +0800 Subject: [PATCH] 升版导入 --- 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