|
...
|
...
|
@@ -33,7 +33,7 @@ |
|
|
|
<!-- 操作按钮区域 -->
|
|
|
|
<div class="table-operator">
|
|
|
|
<a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
|
|
|
|
<a-button type="primary" icon="download" @click="handleExportXls('tbl_bidding_htcg')">导出</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>
|
...
|
...
|
|