From d4461e39ce7bda79998febbfa72502b61c743142 Mon Sep 17 00:00:00 2001
From: cuikaidong <ckd2942379034@163.com>
Date: 星期五, 15 八月 2025 14:29:52 +0800
Subject: [PATCH] 修改故障保修,故障简称字段
---
src/views/mdc/base/modules/efficiencyShiftReport/EfficiencyShiftList.vue | 21 +++++++++++++++------
1 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/src/views/mdc/base/modules/efficiencyShiftReport/EfficiencyShiftList.vue b/src/views/mdc/base/modules/efficiencyShiftReport/EfficiencyShiftList.vue
index 8d1302f..c44ed51 100644
--- a/src/views/mdc/base/modules/efficiencyShiftReport/EfficiencyShiftList.vue
+++ b/src/views/mdc/base/modules/efficiencyShiftReport/EfficiencyShiftList.vue
@@ -148,7 +148,9 @@
v-if="dataList.length>0">
<thead>
<tr class="thead fixed equipname">
- <th class="thgu dong1 name" rowspan="2" style="min-width: 50px; max-width: 50px;width: 50px;height: 66px">鍏徃</th>
+ <th class="thgu dong1 name" rowspan="2"
+ style="min-width: 50px; max-width: 50px;width: 50px;height: 66px">鍏徃
+ </th>
<th class="thgu dong2 name" rowspan="2" style="min-width: 50px; max-width: 50px;width: 50px;">杞﹂棿</th>
<th class="thgu dong3 name" rowspan="2" style="min-width: 50px; max-width: 50px;width: 50px;">宸ユ</th>
<th class="thgu dong4 name" rowspan="2" style="min-width: 100px; max-width: 100px;width: 100px;">璁惧缂栧彿
@@ -207,17 +209,24 @@
</template>
<!--<td>{{item.tierType}}</td>-->
<template v-for="(tableHead, index) in item.dataList">
- <td :style="{background:tableHead.color }" v-if="checkedList.indexOf('lyl') > -1">{{tableHead.utilizationRate | numFilter}}</td>
- <td :style="{background:tableHead.color }" v-if="checkedList.indexOf('kjsj') > -1">
+ <td :style="{background:tableHead.color ,minWidth:'110px',width:'110px'}"
+ v-if="checkedList.indexOf('lyl') > -1">
+ {{tableHead.utilizationRate | numFilter}}
+ </td>
+ <td :style="{background:tableHead.color ,minWidth:'110px',width:'110px'}"
+ v-if="checkedList.indexOf('kjsj') > -1">
{{tableHead.openLong | getFormattedTime}}
</td>
- <td :style="{background:tableHead.color }" v-if="checkedList.indexOf('jgsj') > -1">
+ <td :style="{background:tableHead.color,minWidth:'110px',width:'110px' }"
+ v-if="checkedList.indexOf('jgsj') > -1">
{{tableHead.processLong | getFormattedTime}}
</td>
- <td :style="{background:tableHead.color }" v-if="checkedList.indexOf('djsj') > -1">
+ <td :style="{background:tableHead.color ,minWidth:'110px',width:'110px'}"
+ v-if="checkedList.indexOf('djsj') > -1">
{{tableHead.waitLong | getFormattedTime}}
</td>
- <td :style="{background:tableHead.color }" v-if="checkedList.indexOf('gjsj') > -1">
+ <td :style="{background:tableHead.color,minWidth:'110px' ,width:'110px'}"
+ v-if="checkedList.indexOf('gjsj') > -1">
{{tableHead.closeLong | getFormattedTime}}
</td>
</template>
--
Gitblit v1.9.3