From ca8cf61b9b31099ea843c36bf9da4740650cfbc9 Mon Sep 17 00:00:00 2001 From: cuijian <cuijian@xalxzn.com> Date: 星期三, 18 十月 2023 16:53:33 +0800 Subject: [PATCH] 操作证模块调整 --- src/views/eam/MalfunctionRepair.vue | 21 +++++++++++++-------- 1 files changed, 13 insertions(+), 8 deletions(-) diff --git a/src/views/eam/MalfunctionRepair.vue b/src/views/eam/MalfunctionRepair.vue index a716e69..52f383d 100644 --- a/src/views/eam/MalfunctionRepair.vue +++ b/src/views/eam/MalfunctionRepair.vue @@ -82,7 +82,7 @@ <!-- :rowSelection="rowSelection" --> <!-- :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }" --> - <template + <!-- <template slot="htmlSlot" slot-scope="text" > @@ -123,7 +123,7 @@ > 涓嬭浇 </a-button> - </template> + </template> --> <span slot="action" @@ -228,7 +228,7 @@ import { mixinDevice } from '@/utils/mixin' import { JeecgListMixin } from '@/mixins/JeecgListMixin' import MalfunctionRepairModal from './modules/malfunctionRepair/MalfunctionRepaireModal' -import FaultDescriptionList from './FaultDescriptionList' +import FaultDescriptionList from './modules/malfunctionRepair/FaultDescriptionList' import ApprovelModal from './modules/malfunctionRepair/ApprovelModal' export default { @@ -308,15 +308,20 @@ // scopedSlots: { customRender: 'imgSlot' } // }, { + title: '鏁呴殰鍘熷洜', + align: "center", + dataIndex: 'faultReason' + }, + { title: '鏁呴殰鏃堕棿', align: "center", dataIndex: 'faultTime' }, - // { - // title: '鏄惁鍋滄満寰呬慨', - // align: "center", - // dataIndex: 'isStop_dictText', - // }, + { + title: '鏄惁鍋滄満寰呬慨', + align: "center", + dataIndex: 'isStopName', + }, { title: '鍒涘缓浜�', align: "center", -- Gitblit v1.9.3