el-checkbox-group v-model=formDataindexContent el-checkbox-button v-for=item in indexContentArr label=itemlabel ken=itemvalue value=itemvalueel-checkbox-button
在el-checkbox-button中使用了label属性来绑定每个选项的值,所以当选中某个选项时,该选项的value值会被存储在v-model绑定的formData.indexContent中。由于label属性绑定的是item.label,所以存储在indexContent中的值是选中选项的label值。
原文地址: http://www.cveoy.top/t/topic/iSHD 著作权归作者所有。请勿转载和采集!