From b66eab74b627b0e3746f5cb4f6a7d7cb142e9a6d Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期四, 01 八月 2024 10:36:42 +0800
Subject: [PATCH] OEE综合效率分析页面删除加工数量和标准加工时间字段

---
 src/views/eam/RepairOrderFaultAnalysisList.vue |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/views/eam/RepairOrderFaultAnalysisList.vue b/src/views/eam/RepairOrderFaultAnalysisList.vue
index 99fd6ac..5cf773b 100644
--- a/src/views/eam/RepairOrderFaultAnalysisList.vue
+++ b/src/views/eam/RepairOrderFaultAnalysisList.vue
@@ -177,35 +177,35 @@
           }
         },
         {
-          title: '鏁呴殰鍘熷洜',
+          title: '鏁呴殰妫�鏌�',
           dataIndex: 'faultCause',
           align: "center",
           scopedSlots: { customRender: 'faultCause' },
           width: 250,
         },
+        // {
+        //   title: '鏁呴殰绫诲瀷',
+        //   dataIndex: 'faultTypeName',
+        //   align: "center",
+        //   scopedSlots: { customRender: 'faultType' },
+        //   width: 250,
+        // },
         {
-          title: '鏁呴殰绫诲瀷',
-          dataIndex: 'faultTypeName',
-          align: "center",
-          scopedSlots: { customRender: 'faultType' },
-          width: 250,
-        },
-        {
-          title: '鏁呴殰鍒嗘瀽',
+          title: '鏁呴殰鐜拌薄',
           dataIndex: 'faultCause',
           align: 'center',
-          width: 150,
+          width: 250,
           ellipsis: true,
         },
         {
-          title: '缁翠慨鎺柦',
+          title: '鏁呴殰缁翠慨',
           dataIndex: 'maintenanceMeasures',
           align: 'center',
-          width: 150,
+          width: 250,
           ellipsis: true,
         },
         {
-          title: '缁翠繚鏀硅繘鎰忚',
+          title: '鏁呴殰棰勯槻',
           dataIndex: 'suggestion',
           align: "center",
           scopedSlots: { customRender: 'suggestion' },

--
Gitblit v1.9.3