From 336dcb70c156c947530eab0f0a96ee17de477929 Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期五, 12 七月 2024 18:04:33 +0800 Subject: [PATCH] 设备管理修改 --- src/views/eam/MalfunctionRepair.vue | 36 +++++++++++++++++++++--------------- 1 files changed, 21 insertions(+), 15 deletions(-) diff --git a/src/views/eam/MalfunctionRepair.vue b/src/views/eam/MalfunctionRepair.vue index ebd2bbc..bac4ed4 100644 --- a/src/views/eam/MalfunctionRepair.vue +++ b/src/views/eam/MalfunctionRepair.vue @@ -234,23 +234,27 @@ @change="handleTableChange" :customRow="clickThenSelect" > - <!-- 鐐瑰嚮鍒楄烦杞埌浜嬫晠鐧昏椤� --> + <!-- 鐐瑰嚮鍒楄烦杞埌浜嬫晠鐧昏椤� --> <template slot="accidentRegistrationProgress" - slot-scope="text, record"> + slot-scope="text, record" + > <a v-if="text!==''&&text!==null" - @click="handleAccidentRegistration(record)"> + @click="handleAccidentRegistration(record)" + > {{text=='yes'? '宸茬‘璁�':'鏈‘璁�'}} </a> </template> <!-- 鐐瑰嚮鍒楄烦杞埌璐ㄩ噺闅愭偅椤� --> <template slot="qualityHiddenDangerProgress" - slot-scope="text, record"> + slot-scope="text, record" + > <a v-if="text!==''&&text!==null" - @click="handleQualityHiddenDanger(record)"> + @click="handleQualityHiddenDanger(record)" + > {{text=='yes'? '宸茬‘璁�':'鏈‘璁�'}} </a> </template> @@ -431,7 +435,13 @@ { title: '鍗曟嵁鍙�', align: "center", - dataIndex: 'num' + dataIndex: 'num', + width: 150 + }, + { + title: '缁熶竴缂栧彿', + align: "center", + dataIndex: 'equipmentNum' }, { title: '鐘舵��', @@ -446,7 +456,7 @@ if (text == '1') { return "琚姩鎶ヤ慨"; } else if (text == '2') { - return "涓诲姩鎶ヤ慨"; + return "杞﹂棿鎶ヤ慨"; } else if (text == '3') { return "涓诲姩缁翠慨"; } @@ -470,11 +480,7 @@ dataIndex: 'specificEquipment', scopedSlots: { customRender: 'specificEquipment' } }, - { - title: '缁熶竴缂栧彿', - align: "center", - dataIndex: 'equipmentNum' - }, + { title: '璁惧鍚嶇О', align: "center", @@ -554,8 +560,8 @@ align: "center", dataIndex: 'remark' }, - //璐ㄩ噺闅愭偅纭杩涘害 - { + //璐ㄩ噺闅愭偅纭杩涘害 + { title: '璐ㄩ噺闅愭偅', align: "center", dataIndex: 'isConfirm1', @@ -576,7 +582,7 @@ width: 100, scopedSlots: { customRender: 'action' } }, - + ], url: { list: "/eam/equipmentReportRepair/getReportRepairList", -- Gitblit v1.9.3