<el-checkboxv-for="v in channelList":key="v.channelId":label="v.channelId":disabled="disabledCheckBox.includes(v.channelId)">{{v.channelName}}</el-checkbox>
<el-table-columnv-for="(v, i) in tableData.header":key="i":prop="v.prop":min-width="v.minWidth":label="v.label":formatter="v.formatter":fixed="v.fixed":show-overflow-tooltip="v.showTooltip">
<el-table-columnv-for="(v, i) in tableData.header":key="i":prop="v.prop":min-width="v.minWidth":label="v.label":formatter="v.formatter":fixed="v.fixed":show-overflow-tooltip="v.showTooltip":render-header="onRender">