From f02cf09eb0c6933dd5ccc4dac6c6c09c3b5f3d3c Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期一, 25 八月 2025 15:17:03 +0800
Subject: [PATCH] 1、根据最新设计方案调整设备管理模块点击弹窗样式 2、mdc公司级首页设备管理模块与点击功能联调

---
 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