|
@@ -9,9 +9,6 @@
|
|
|
<el-button plain class="search-table-container--button" @click="handleImport">
|
|
<el-button plain class="search-table-container--button" @click="handleImport">
|
|
|
导入
|
|
导入
|
|
|
</el-button>
|
|
</el-button>
|
|
|
- <el-button plain class="search-table-container--button" @click="handleDownload">
|
|
|
|
|
- 导出
|
|
|
|
|
- </el-button>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
<div class="search-form">
|
|
<div class="search-form">
|
|
|
<el-form :inline="true">
|
|
<el-form :inline="true">
|
|
@@ -71,6 +68,9 @@
|
|
|
<div>
|
|
<div>
|
|
|
<el-button type="primary" @click="queryTableList">查询</el-button>
|
|
<el-button type="primary" @click="queryTableList">查询</el-button>
|
|
|
<el-button @click="handleRestParams">重置</el-button>
|
|
<el-button @click="handleRestParams">重置</el-button>
|
|
|
|
|
+ <el-button plain @click="handleDownload">
|
|
|
|
|
+ 导出
|
|
|
|
|
+ </el-button>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|