|
|
|
@ -163,7 +163,8 @@ const uploadSuccess = (response: any, uploadFile: any, uploadFiles: any) => { |
|
|
|
<el-button type="primary" plain v-if="props.config?.btnText"> |
|
|
|
{{ props.config?.btnText }} |
|
|
|
</el-button> |
|
|
|
<i class="icon-plus" v-else></i> |
|
|
|
<!-- <i class="icon-plus" v-else></i> --> |
|
|
|
<el-button v-else style="color:grey;font-weight: bolder;"><el-icon style="margin-right: 7px;font-weight: bolder;"><Plus /></el-icon>上传文件</el-button> |
|
|
|
</template> |
|
|
|
<template #tip v-if="props.config?.tip"> |
|
|
|
<div class="el-upload__tip"> |
|
|
|
|