From def88c97c86087175bfd9b9fe82e78d2cd3ef6f0 Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期二, 05 九月 2023 17:09:39 +0800 Subject: [PATCH] 保养移交单 精度检验单 --- src/views/eam/MalfunctionRepair.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/eam/MalfunctionRepair.vue b/src/views/eam/MalfunctionRepair.vue index a716e69..b855dd3 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 { @@ -312,11 +312,11 @@ align: "center", dataIndex: 'faultTime' }, - // { - // title: '鏄惁鍋滄満寰呬慨', - // align: "center", - // dataIndex: 'isStop_dictText', - // }, + { + title: '鏄惁鍋滄満寰呬慨', + align: "center", + dataIndex: 'isStopName', + }, { title: '鍒涘缓浜�', align: "center", -- Gitblit v1.9.3