From c4bd5940bcd71de72d05c341a110e8eb7e9346a1 Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期一, 02 六月 2025 09:57:20 +0800
Subject: [PATCH] art: 工作流-维修审批详情修改

---
 src/views/mdc/base/modules/OEEAnalysis/OEEAnalysisList.vue |   18 ++++--------------
 1 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/src/views/mdc/base/modules/OEEAnalysis/OEEAnalysisList.vue b/src/views/mdc/base/modules/OEEAnalysis/OEEAnalysisList.vue
index b09a6a0..7b7a69d 100644
--- a/src/views/mdc/base/modules/OEEAnalysis/OEEAnalysisList.vue
+++ b/src/views/mdc/base/modules/OEEAnalysis/OEEAnalysisList.vue
@@ -42,14 +42,16 @@
         :columns="columns"
         :dataSource="dataSource"
         :pagination="ipagination"
-        :loading="loading">
+        :loading="loading"
+        @change="handleTableChange"
+      >
         <template slot="percent" slot-scope="text">
           {{text+'%'}}
         </template>
       </a-table>
     </div>
 
-    <ComputeOeeModal ref="computeOeeModalRef"/>
+    <ComputeOeeModal ref="computeOeeModalRef" @ok="modalFormOk"/>
   </div>
 </template>
 
@@ -154,18 +156,6 @@
             dataIndex: 'performanceRate',
             width: 150,
             scopedSlots: { customRender: 'percent' }
-          },
-          {
-            title: '鍔犲伐闆朵欢鏁伴噺',
-            align: 'center',
-            dataIndex: 'processCount',
-            width: 150
-          },
-          {
-            title: '鍚堟牸闆朵欢鏁伴噺',
-            align: 'center',
-            dataIndex: 'passCount',
-            width: 150
           },
           {
             title: '涓�娆″悎鏍肩巼',

--
Gitblit v1.9.3