From ff9dfc15ef267fcc5e2343d7bbf6927394bd9948 Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期三, 13 十二月 2023 14:50:57 +0800 Subject: [PATCH] 炉类设备报告上传 --- src/views/eam/EquipmentListOfAll.vue | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/views/eam/EquipmentListOfAll.vue b/src/views/eam/EquipmentListOfAll.vue index bd17f65..d6c2606 100644 --- a/src/views/eam/EquipmentListOfAll.vue +++ b/src/views/eam/EquipmentListOfAll.vue @@ -430,7 +430,7 @@ <a-tab-pane tab="ABC鏍囪瘑鍙樻洿璁板綍" key="5" forceRender> <equipment-update-ABC-list :mainId="selectedMainId" /> </a-tab-pane> - <a-tab-pane tab="璐ㄤ繚鏈熷彉鏇磋褰�" key="6" forceRender> + <a-tab-pane tab="璐ㄤ繚鏈熷彉鏇�" key="6" forceRender> <equipment-update-warranty-list :mainId="selectedMainId" /> </a-tab-pane> <a-tab-pane tab="鏃ヤ繚鏍囧噯" key="7" forceRender> @@ -583,11 +583,16 @@ dataIndex: 'technologyStatusVerificationType_dictText', }, - // { - // title: '宸ュ尯', - // align: "center", - // dataIndex: 'equipmentUda1', - // }, + { + title: '鐢熶骇绾跨紪鍙�', + align: "center", + dataIndex: 'lineId_dictText', + }, + { + title: '涓昏澶�?', + align: "center", + dataIndex: 'isMeta_dictText', + }, // { // title: '瀹夊叏閰嶇疆', // align: "center", -- Gitblit v1.9.3