Fork me on GitHub

element-table中使用checkbox

   <el-table-column label="是否上架" width="120">
        <template slot-scope="scope">
         <el-checkbox  v-model="scope.row.isCheck"></el-checkbox>
        </template>
      </el-table-column>

 

posted @ 2018-10-27 21:44  欢欢11  阅读(1343)  评论(0编辑  收藏  举报