element ui table单选框点击全选问题


<template slot-scope="scope">
<el-radio-group v-model="scope.row.HandleState" size="small">
  <el-radio :label="0" @change="operation(scope.row, RepairOrChangeListTwo[0].value,scope.row.ID)">lable1</el-radio>
  <el-radio :label="1" @change="operation(scope.row, RepairOrChangeListTwo[2].value,scope.row.ID)">lable2</el-radio>
  <el-radio :label="2" @change="operation(scope.row, RepairOrChangeListTwo[1].value,scope.row.ID)">lable3</el-radio>
</el-radio-group>
</template>

scope.row.radio 是否一样


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM