From 54c22f2f0e98c35e48cdad6c4d0299d08beea630 Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期一, 28 七月 2025 10:15:13 +0800 Subject: [PATCH] update --- 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