码迷,mamicode.com
首页 > Web开发 > 详细

ElementUI上传组件选取文件按钮禁用

时间:2019-10-29 14:06:57      阅读:2019      评论:0      收藏:0      [点我收藏+]

标签:disabled   ESS   false   ima   font   ref   dem   文件   BMI   

<el-upload
:disabled="isExamSolt"
class="upload-demo"
:action="doUpload"
:before-upload="beforeUpload"
:on-change="handleChange"
ref="newupload"
multiple
:limit="1"
:on-exceed="handleExceed"
:auto-upload="false">
<el-button slot="trigger" size="small" :disabled="isExamSolt" type="primary">选取文件</el-button>
<el-button size="small" type="success" :disabled="isExamTea" @click="submitUpload">上传</el-button>
</el-upload>
加入第2行

ElementUI上传组件选取文件按钮禁用

标签:disabled   ESS   false   ima   font   ref   dem   文件   BMI   

原文地址:https://www.cnblogs.com/millions/p/11757973.html

(0)
(1)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!