From 08bb85ea6e67dcef3c378fa73db060d4e279e7d6 Mon Sep 17 00:00:00 2001 From: “linengliang” <vanSuperEnergy@163.com> Date: 星期一, 18 十二月 2023 14:28:44 +0800 Subject: [PATCH] 三级保养 --- src/views/mdc/base/modules/OEEAnalysis/OEEAnalysisList.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/mdc/base/modules/OEEAnalysis/OEEAnalysisList.vue b/src/views/mdc/base/modules/OEEAnalysis/OEEAnalysisList.vue index 136a05d..fd2560d 100644 --- a/src/views/mdc/base/modules/OEEAnalysis/OEEAnalysisList.vue +++ b/src/views/mdc/base/modules/OEEAnalysis/OEEAnalysisList.vue @@ -54,7 +54,7 @@ <div class="container" id="EfficiencyShift" style="margin-top: 20px;"> <div class="table2"> <a-table :columns="columns" :dataSource="dataSource.records" :pagination="false" bordered - :scroll="{ x: 3000, y: false }"> + :scroll="{ x: 3200, y: false }"> </a-table> </div> </div> @@ -129,7 +129,7 @@ { title: '璁惧鍚嶇О', align: 'center', - width: 150, + width: 200, dataIndex: 'equipmentName' // fixed: 'left' }, @@ -148,8 +148,9 @@ { title: '鐝', align: 'center', - width: 80, - dataIndex: 'shift' + width: 300, + dataIndex: 'shift', + ellipsis: true, }, { title: '姣忕彮灏忔椂', -- Gitblit v1.9.3