Vue 循环绑定value
就是 :value=“xxx” 就这样其他别看了 妈蛋……<template v-for="(item,index) in list"><div class="doctor-li"><input type="checkbox" v-on:change="ch
·
就是 :value=“xxx” 就这样其他别看了 妈蛋……
<template v-for="(item,index) in list">
<div class="doctor-li">
<input type="checkbox" v-on:change="check(12)" :id="index" :value="index" v-model="visitplan">
<label :for="index" class="doctor-li-fang" v-bind:class="{doctor_li_fang_active:isCheck==12}"></label><span class="doctor-li-txt">周一 (下午)</span>
</div>
</template>
更多推荐
已为社区贡献10条内容
所有评论(0)