|
@@ -363,21 +363,27 @@
|
|
:auto-upload="false"
|
|
:auto-upload="false"
|
|
:multiple="false"
|
|
:multiple="false"
|
|
>
|
|
>
|
|
- <el-button size="small" slot="trigger" type="primary"
|
|
|
|
|
|
+ <el-button
|
|
|
|
+ size="small"
|
|
|
|
+ slot="trigger"
|
|
|
|
+ type="primary"
|
|
|
|
+ icon="el-icon-search"
|
|
>选择文件</el-button
|
|
>选择文件</el-button
|
|
>
|
|
>
|
|
<el-button
|
|
<el-button
|
|
size="small"
|
|
size="small"
|
|
style="margin-left:10px;"
|
|
style="margin-left:10px;"
|
|
- type="success"
|
|
|
|
|
|
+ type="primary"
|
|
@click="submitUpload"
|
|
@click="submitUpload"
|
|
|
|
+ icon="el-icon-check"
|
|
>确认上传
|
|
>确认上传
|
|
</el-button>
|
|
</el-button>
|
|
<el-button
|
|
<el-button
|
|
size="small"
|
|
size="small"
|
|
style="margin-left: 10px;"
|
|
style="margin-left: 10px;"
|
|
- type="danger"
|
|
|
|
|
|
+ type="primary"
|
|
@click="removeFile"
|
|
@click="removeFile"
|
|
|
|
+ icon="el-icon-refresh"
|
|
>清空文件
|
|
>清空文件
|
|
</el-button>
|
|
</el-button>
|
|
<div slot="tip" class="el-upload__tip">只能上传xlsx文件</div>
|
|
<div slot="tip" class="el-upload__tip">只能上传xlsx文件</div>
|