|
|
|
@ -35,13 +35,11 @@
|
|
|
|
|
<!-- 操作按钮区域 --> |
|
|
|
|
<div class="table-operator"> |
|
|
|
|
<!-- <a-button @click="handleAdd" type="primary" icon="plus" v-has="'ProcessIndustrialExplosiveList:add'">新增</a-button>--> |
|
|
|
|
<a-button type="primary" icon="download" @click="handleExportXls('process_industrial_explosive')" |
|
|
|
|
v-has="'ProcessIndustrialExplosiveList:export'">导出 |
|
|
|
|
</a-button> |
|
|
|
|
<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" |
|
|
|
|
@change="handleImportExcel"> |
|
|
|
|
<a-button type="primary" icon="download" @click="handleExportXls('process_industrial_explosive')" v-has="'ProcessIndustrialExplosiveList:export'">导出</a-button> |
|
|
|
|
<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel"> |
|
|
|
|
<a-button type="primary" icon="import" v-has="'ProcessIndustrialExplosiveList:import'">导入</a-button> |
|
|
|
|
</a-upload> |
|
|
|
|
<a-button type="primary" icon="download" @click="downloadText('/static/excle/民爆物资库导入模板.xlsx','民爆物资库导入模板.xlsx')" v-has="'ProcessIndustrialExplosiveList:download'">民爆物资导入模板</a-button> |
|
|
|
|
<a-button type="primary" @click="searchQuery" icon="search">查询</a-button> |
|
|
|
|
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button> |
|
|
|
|
<!-- 高级查询区域 --> |
|
|
|
|