element ui table单选框点击全选问题
Posted wgy0528
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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 是否一样
以上是关于element ui table单选框点击全选问题的主要内容,如果未能解决你的问题,请参考以下文章
element ui el-table 多选 表头全选框替换文字