<el-table-column label="单选" width="55">
<template scope="scope">
<el-radio
:label="scope.$index"
v-model="radio"></el-radio>
</template>
</el-table-column>
<el-table-column label="单选" width="55">
<template scope="scope">
<el-radio
:label="scope.$index"
v-model="radio"></el-radio>
</template>
</el-table-column>
10 回答11.7k 阅读
2 回答3.2k 阅读✓ 已解决
4 回答4.6k 阅读✓ 已解决
4 回答2.1k 阅读✓ 已解决
4 回答2.2k 阅读✓ 已解决
3 回答1.2k 阅读✓ 已解决
3 回答5k 阅读
里面没有字符串的话就是这样,加个
吧