{label: '是否展示',prop: 'isShow',solt: true,
}<!--自定义列--><template slot-scope="scope" slot="isShow"><div style="color: red;cursor: pointer" @focus="getIsShow(scope.row)" ><el-switch v-model="scope.row.isShow" active-color="#13ce66" inactive-color="#ff4949"> {{scope.row.isShow}}</el-switch></div></template>
效果: