From cf84543fb205993a0a20e0e420712f6f146cd09d Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期五, 01 八月 2025 11:44:01 +0800 Subject: [PATCH] 故障报修新增hf编码 --- src/views/eam/repair/EamReportProductHazardsList.vue | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/views/eam/repair/EamReportProductHazardsList.vue b/src/views/eam/repair/EamReportProductHazardsList.vue index 4d0d66d..4aefc27 100644 --- a/src/views/eam/repair/EamReportProductHazardsList.vue +++ b/src/views/eam/repair/EamReportProductHazardsList.vue @@ -232,6 +232,11 @@ align:"center", dataIndex: 'deputyDepartmentComment' }, + { + title: 'HF缂栫爜', + align: 'center', + dataIndex: 'hfCode' + }, ], selectedRowData: {}, url: { -- Gitblit v1.9.3