标签:div table return type his turn col style 选中
表格中的selection栏
<el-table-column type="selection" width="55" :selectable="checkboxT" //加上该方法 ></el-table-column>
checkboxT() { if (this.liveForm.lectures.length >= 10) { //自定义数量 return 0; } else { return 1; } }
标签:div table return type his turn col style 选中
原文地址:https://www.cnblogs.com/Jennyishere/p/13995437.html