From 90964e8f07b9ad3cb2c5f34c8784d7e2c32974fd Mon Sep 17 00:00:00 2001 From: zhaowei Date: 星期一, 08 七月 2024 14:57:55 +0800 Subject: [PATCH] 1、标准加工时间页面取消设备层面字段展示以及取消选择左侧设备树 2、加工数量管理页面新增添加表格记录时的设备选择功能 --- src/views/eam/RepairOrderFaultAnalysisList.vue | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/views/eam/RepairOrderFaultAnalysisList.vue b/src/views/eam/RepairOrderFaultAnalysisList.vue index 99fd6ac..5cf773b 100644 --- a/src/views/eam/RepairOrderFaultAnalysisList.vue +++ b/src/views/eam/RepairOrderFaultAnalysisList.vue @@ -177,35 +177,35 @@ } }, { - title: '鏁呴殰鍘熷洜', + title: '鏁呴殰妫�鏌�', dataIndex: 'faultCause', align: "center", scopedSlots: { customRender: 'faultCause' }, width: 250, }, + // { + // title: '鏁呴殰绫诲瀷', + // dataIndex: 'faultTypeName', + // align: "center", + // scopedSlots: { customRender: 'faultType' }, + // width: 250, + // }, { - title: '鏁呴殰绫诲瀷', - dataIndex: 'faultTypeName', - align: "center", - scopedSlots: { customRender: 'faultType' }, - width: 250, - }, - { - title: '鏁呴殰鍒嗘瀽', + title: '鏁呴殰鐜拌薄', dataIndex: 'faultCause', align: 'center', - width: 150, + width: 250, ellipsis: true, }, { - title: '缁翠慨鎺柦', + title: '鏁呴殰缁翠慨', dataIndex: 'maintenanceMeasures', align: 'center', - width: 150, + width: 250, ellipsis: true, }, { - title: '缁翠繚鏀硅繘鎰忚', + title: '鏁呴殰棰勯槻', dataIndex: 'suggestion', align: "center", scopedSlots: { customRender: 'suggestion' }, -- Gitblit v1.9.3