From 967cbe1cec62829fb399e4c171e22bc531081e77 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期四, 04 九月 2025 15:16:04 +0800 Subject: [PATCH] 设备管理技术状态鉴定、设备保养、设备维修下所有列表添加使用部门展示 --- src/views/eam/maintenance/modules/EamInspectionOrderBatchPrintModal.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/eam/maintenance/modules/EamInspectionOrderBatchPrintModal.vue b/src/views/eam/maintenance/modules/EamInspectionOrderBatchPrintModal.vue index dbc9c10..5c5280e 100644 --- a/src/views/eam/maintenance/modules/EamInspectionOrderBatchPrintModal.vue +++ b/src/views/eam/maintenance/modules/EamInspectionOrderBatchPrintModal.vue @@ -111,7 +111,7 @@ <template slot="footer"> <a-button @click="handleCancel">鍏抽棴</a-button> - <a-button type="primary" @click="handleImport">瀵煎嚭</a-button> + <a-button type="primary" @click="handleExportToExcel">瀵煎嚭</a-button> <a-button type="primary" v-print="'#dataTable'">鎵撳嵃</a-button> </template> </j-modal> @@ -153,7 +153,8 @@ }) }, - handleImport() { + // 瀵煎嚭鍒癊xcel + handleExportToExcel() { document.querySelectorAll('table.import-table').forEach(element => { console.log('element', element.id) $(element).table2excel({ -- Gitblit v1.9.3