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/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