<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.1k 阅读
6 回答3k 阅读
5 回答4.8k 阅读✓ 已解决
4 回答3.1k 阅读✓ 已解决
2 回答2.6k 阅读✓ 已解决
2 回答4.7k 阅读✓ 已解决
4 回答4.3k 阅读✓ 已解决
里面没有字符串的话就是这样,加个
吧