From 4ae10eaf3d7be607891ba053be561d60f6f4fec1 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期五, 30 五月 2025 15:33:01 +0800
Subject: [PATCH] 设备看板设备检索展示label由设备编号调整为设备编号+设备安装位置

---
 src/views/mdc/base/modules/OEEAnalysis/OEEAnalysisList.vue |   16 +++-------------
 1 files changed, 3 insertions(+), 13 deletions(-)

diff --git a/src/views/mdc/base/modules/OEEAnalysis/OEEAnalysisList.vue b/src/views/mdc/base/modules/OEEAnalysis/OEEAnalysisList.vue
index df9092d..7b7a69d 100644
--- a/src/views/mdc/base/modules/OEEAnalysis/OEEAnalysisList.vue
+++ b/src/views/mdc/base/modules/OEEAnalysis/OEEAnalysisList.vue
@@ -42,7 +42,9 @@
         :columns="columns"
         :dataSource="dataSource"
         :pagination="ipagination"
-        :loading="loading">
+        :loading="loading"
+        @change="handleTableChange"
+      >
         <template slot="percent" slot-scope="text">
           {{text+'%'}}
         </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