你可以用原生的写
自己处理一下样式吧!!
<span v-for="tag in item.teachers">
<input type="checkbox" :id="tag.teacher_id" :value="tag" v-model="ruleForm.checkboxGroup" />
<label :for="tag.teacher_id">{{tag.teacher_name}}</label>
</span>