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/EquipmentListOfCrane.vue | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/src/views/eam/EquipmentListOfCrane.vue b/src/views/eam/EquipmentListOfCrane.vue index a687c87..0088eda 100644 --- a/src/views/eam/EquipmentListOfCrane.vue +++ b/src/views/eam/EquipmentListOfCrane.vue @@ -415,7 +415,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> @@ -567,6 +567,16 @@ align: "center", dataIndex: 'technologyStatusVerificationType_dictText', }, + { + title: '鐢熶骇绾跨紪鍙�', + align: "center", + dataIndex: 'lineId_dictText', + }, + { + title: '涓昏澶�?', + align: "center", + dataIndex: 'isMeta_dictText', + }, // { // title: '宸ュ尯', // align: "center", -- Gitblit v1.9.3