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 是否一样

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
  • 2021-06-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案