vue element-ui遍历集合数组中的集合


					
				

v-for="(item, index) in tableData[scope.$index].answerList

使用v-for遍历,scope.$index获取当前行的下标,scope.row获取当前行的对象

你可能感兴趣的:(vue)