yesuobao
This commit is contained in:
parent
7ec83e0585
commit
302273ad91
|
@ -53,12 +53,12 @@
|
||||||
v-if="checkPermission(['ability_inspection'])"
|
v-if="checkPermission(['ability_inspection'])"
|
||||||
v-model="popovervisible"
|
v-model="popovervisible"
|
||||||
>
|
>
|
||||||
<p>导入能力列表压缩包.</p>
|
<p>导入能力列表excel</p>
|
||||||
<div style="text-align: left; margin: 0">
|
<div style="text-align: left; margin: 0">
|
||||||
<el-upload
|
<el-upload
|
||||||
:action="upUrl"
|
:action="upUrl"
|
||||||
:on-success="handleUploadSuccess"
|
:on-success="handleUploadSuccess"
|
||||||
accept=".zip"
|
accept=".xlsx"
|
||||||
:headers="upHeaders"
|
:headers="upHeaders"
|
||||||
:show-file-list="false"
|
:show-file-list="false"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue