就是 :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>

 

Logo

前往低代码交流专区

更多推荐