浏览代码

用电集抄导出优化

wyh 1 年之前
父节点
当前提交
e891432577
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/module_ems/energyAnalyse/meterReadData/index.vue

+ 1 - 1
src/views/module_ems/energyAnalyse/meterReadData/index.vue

@@ -22,7 +22,7 @@
 
     <!-- 操作按钮区域 -->
     <div class="table-operator">
-      <a-button type="primary" icon="download" @click="handleExportXls('base_elecfee_base')">导出</a-button>
+      <a-button type="primary" icon="download" @click="handleExportXls('用电集抄数据报表')">导出</a-button>
       <!-- <a-upload
         name="file"
         :showUploadList="false"