赞
踩
<el-table-column label-class-name="disabledCheck" type="selection" width="50"></el-table-column>
.el-table .disabledCheck .cell .el-checkbox__inner{
display: none !important;
}
.el-table .disabledCheck .cell::before{
content: '选择';
text-align: center;
line-height: 36px;
}