for(var i =0;i<res.data.length;i++){ if(res.data[i].status==0){ $(".layui-table tbody tr").eq(i).css("background-color","red") } }