|
@@ -44,7 +44,7 @@
|
|
|
<!-- 操作按钮区域 -->
|
|
|
<div class="table-operator">
|
|
|
<!--<a-button v-has="'cont:add'" v-if='!this.dataSource.length>0' @click="handleAdd" type="primary" icon="plus">补充用地单位信息</a-button>-->
|
|
|
- <a-button type="primary" icon="download" @click="handleExportXls('用地单位信息')">导出</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>
|