Update index.vue

pull/131/head
StarsL.cn 2024-10-24 12:33:36 +08:00 committed by GitHub
parent a6f60cd8d0
commit 3ad07614a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
导出
</el-button>
<el-upload style="margin-right: 10px;" class="upload-demo" action="/api/blackbox/upload" :headers="myHeaders"
:on-success="success" :on-error="error" accept=".xlsx" :before-upload="handleBeforeUpload"
:on-success="success" :on-error="error" accept=".xlsx, .csv" :before-upload="handleBeforeUpload"
:show-file-list="false" :multiple="false">
<el-tooltip effect="light" content="点击【导出】可获取导入模板" placement="top">
<el-button v-waves style="margin-left: 10px;margin-top: 0px;" :loading="downloadLoading" class="filter-item"