ElementUI上傳組件選取文件按鈕禁用


<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行


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM