|
@@ -274,15 +274,15 @@
|
|
|
</div>
|
|
|
<div class="fr">
|
|
|
<el-button type="primary" size="mini" @click="exportFn">导出</el-button>
|
|
|
- <!-- <el-upload-->
|
|
|
- <!-- class="import-btn"-->
|
|
|
- <!-- action=""-->
|
|
|
- <!-- :http-request="handleImport"-->
|
|
|
- <!-- :file-list="importFileList"-->
|
|
|
- <!-- :show-file-list="false"-->
|
|
|
- <!-- >-->
|
|
|
- <!-- <el-button type="primary" size="mini">导入</el-button>-->
|
|
|
- <!-- </el-upload>-->
|
|
|
+ <el-upload
|
|
|
+ class="import-btn"
|
|
|
+ action=""
|
|
|
+ :http-request="handleImport"
|
|
|
+ :file-list="importFileList"
|
|
|
+ :show-file-list="false"
|
|
|
+ >
|
|
|
+ <el-button type="primary" size="mini">导入</el-button>
|
|
|
+ </el-upload>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 列表 -->
|