Browse Source

设备管理导入按钮

LLL 1 year ago
parent
commit
85e1c8f18c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      itdmWeb/src/views/module-iTDM/itdmDevice/ItdmDeviceList.vue

+ 3 - 3
itdmWeb/src/views/module-iTDM/itdmDevice/ItdmDeviceList.vue

@@ -45,9 +45,9 @@
     <div class="table-operator">
       <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
       <a-button type="primary" icon="download" @click="handleExportXls('设备表')">导出</a-button>
-<!--      <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">-->
-<!--        <a-button type="primary" icon="import">导入</a-button>-->
-<!--      </a-upload>-->
+      <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
+        <a-button type="primary" icon="import">导入</a-button>
+      </a-upload>
       <!-- 高级查询区域 -->
 <!--      <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>-->
 <!--      <a-dropdown v-if="selectedRowKeys.length > 0">-->