This commit is contained in:
shilixia 2021-07-29 11:26:15 +08:00
parent 7ec83e0585
commit 302273ad91
1 changed files with 2 additions and 2 deletions

View File

@ -53,12 +53,12 @@
v-if="checkPermission(['ability_inspection'])"
v-model="popovervisible"
>
<p>导入能力列表压缩包.</p>
<p>导入能力列表excel</p>
<div style="text-align: left; margin: 0">
<el-upload
:action="upUrl"
:on-success="handleUploadSuccess"
accept=".zip"
accept=".xlsx"
:headers="upHeaders"
:show-file-list="false"
>