1. 程式人生 > >element-table中使用checkbox

element-table中使用checkbox

tab temp table width nbsp scope ble pre col

   <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