<el-table-column label="是否上架" width="120"> <template slot-scope="scope"> <el-checkbox v-model="scope.row.isCheck"></el-checkbox> </template> </el-table-column>
element-table中使用checkbox
原文:https://www.cnblogs.com/huanhuan55/p/9863575.html