el-upload 点击阻止弹窗

复制代码
<el-upload
    class="upload-file-demo"
    style="margin-top: 20px;"
    action="/api/admin/other/upload/filed"
    ref="cert_uploadComp"
    :auto-upload="true"
    :show-file-list='true'
    :file-list="cert_certificates"
    :before-upload="beforeUpload"
    :on-change="handlePictureCardPreview"
    :on-success="handleuploadsuccess.bind(null, {'index': index})"
    :on-exceed="handleExceed"
    :on-remove="cert_handleRemove.bind(null, {'index': index})"
    :limit="2"
    :disabled="cert_loading"
    accept=".jpg,.jpeg,.png"
    :data="cert_uploadData">
    <div slot="tip" class="el-upload__tip" style="position: absolute;top: 7px;left: 15px;color: #AFAFAF;">{{$t('home.Photosholdingmorethan25shares')}}</div>
    <el-button :loading="cert_loading" class="" size="small" type="primary">{{$t('home.Selectfile')}}</el-button>
    <i slot="tip" @click="delMorethan25Data(index)" class="el-icon-minus dels"/>
</el-upload>
复制代码

注: slot="tip"

posted @   小蘑菇123  阅读(1290)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· ollama系列01:轻松3步本地部署deepseek,普通电脑可用
· 25岁的心里话
· 按钮权限的设计及实现
点击右上角即可分享
微信分享提示