element-table中使用checkbox
时间:2018-10-27 22:00:28
收藏:0
阅读:809
<el-table-column label="是否上架" width="120"> <template slot-scope="scope"> <el-checkbox v-model="scope.row.isCheck"></el-checkbox> </template> </el-table-column>
原文:https://www.cnblogs.com/huanhuan55/p/9863575.html
评论(0)