From 2b707bd91353c91a2726543fa4776c50ff11e205 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期五, 18 七月 2025 20:14:19 +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