現(xiàn)在的需求為
比如我點(diǎn)擊了Option A ,觸發(fā)點(diǎn)擊Option A的方法,并且復(fù)選框不會取消勾選,分離的方法。
?文章來源:http://www.zghlxwxcb.cn/news/detail-814174.html
<el-checkbox-group v-model="mapWork.model_checkArray.value">
<div class="naipTypeDom" v-for="item in mapWork.modelList.value" :key="item.id">
<el-checkbox :label="item.id" :disabled="!mapWork.mould_layer_isShow.value">
<span @click.prevent="flyToMould(item.id)">{{ item.modelName }}</span>
</el-checkbox>
</div>
</el-checkbox-group>
通過Vue事件處理的方法.prevent來阻止。<!-- 提交事件將不再重新加載頁面 -->文章來源地址http://www.zghlxwxcb.cn/news/detail-814174.html
到了這里,關(guān)于Vue3+ElementUI 多選框中復(fù)選框和名字點(diǎn)擊方法效果分離的文章就介紹完了。如果您還想了解更多內(nèi)容,請?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!