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

 

相关文章: