el-upload 阻止上傳彈窗 disabled設置后無法阻止彈窗


僅僅只是把el-upload的disabled設置成true 按鈕樣式是禁用 但是一點擊還是會出現彈窗 這時候需要把按鈕的slot="trigger" 設置成slot="tip" 或者像我一樣准備幾個不同的按鈕

 
      <el-button :disabled="true" v-if="uploadVideoVisible" slot="tip" size="small" type="primary">上傳視頻</el-button>
        <el-button  v-if="uploadVideoVisible" slot="tip" size="small" type="danger" @click="deleteVideo">刪除原視頻</el-button>
        <el-button  v-if="!uploadVideoVisible" slot="trigger" size="small" type="primary">上傳視頻</el-button>



轉載https://blog.csdn.net/qq_37975021/article/details/112055658


免責聲明!

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



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