|
@@ -239,15 +239,16 @@
|
|
<!-- 按钮 -->
|
|
<!-- 按钮 -->
|
|
<div class="btn-group clearfix" style="display: flex">
|
|
<div class="btn-group clearfix" style="display: flex">
|
|
<el-button type="primary" size="mini" @click="hanleDownloadFiles">导出 </el-button>
|
|
<el-button type="primary" size="mini" @click="hanleDownloadFiles">导出 </el-button>
|
|
|
|
+ <!-- -->
|
|
|
|
+
|
|
<el-upload
|
|
<el-upload
|
|
v-if="$checkBtnRole('import', $route.meta.roles)"
|
|
v-if="$checkBtnRole('import', $route.meta.roles)"
|
|
class="import-btn"
|
|
class="import-btn"
|
|
- :action="baseURL + 'student/import'"
|
|
|
|
:http-request="handleImport"
|
|
:http-request="handleImport"
|
|
:file-list="importFileList"
|
|
:file-list="importFileList"
|
|
:show-file-list="false"
|
|
:show-file-list="false"
|
|
>
|
|
>
|
|
- <el-button size="mini">导入</el-button>
|
|
|
|
|
|
+ <el-button size="mini" type="primary">导入</el-button>
|
|
</el-upload>
|
|
</el-upload>
|
|
</div>
|
|
</div>
|
|
<!-- 列表 -->
|
|
<!-- 列表 -->
|