赞
踩
1.在el-table中加 :row-style="getRowClass"
2.在js中
const getRowClass = () =>{
return 'background-color: #F8F8F8';
}