Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp =================================================================== diff -u -r27540 -r27703 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 27540) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 27703) @@ -459,7 +459,7 @@ } recyclingRecordStr+='' - +'
'+departName + +'
'+departName +'
'+dateObjFormat(result.data[i].recyclingTime) +'
'+result.data[i].operator +'
'+result.data[i].recyclingApplicationType @@ -471,7 +471,8 @@ idArray.push(result.data[i].id); if(sstsConfig.enableUrgentFunction){ if(result.data[i].recyclingApplication.urgentLevel.id != 0){//有背景色,白色图标加急等级 - $(".urgent-red").show(); + //$(".urgent-red").show(); + $("#img-urgent-red-"+i).show(); } } }