src/main/webapp/static/js/locDetl/locDetl.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/webapp/static/js/locDetl/locDetl.js
@@ -489,6 +489,14 @@ pageCurr -= 1; } limit(child); var that = this.elem.next(); res.data.forEach(function (item, index) { if (item.alarmStatus) { var tr = that.find(".layui-table-box tbody tr[data-index='" + index + "']"); tr.css("background-color", "#FF5722"); tr.css("color", "white"); } }); } }); }