From 2f891889aeeafcb66eaef33e3e973fa52ebb7609 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期五, 05 九月 2025 16:08:02 +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