jason.lu пре 6 година
родитељ
комит
300ac40d62
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      js/newData.js

+ 3 - 0
js/newData.js

@@ -276,6 +276,9 @@ RedRankTable.showPart = function(slide, part, data){
             partList[partList.length] = one.jsonObj;
         }
         partList[partList.length - 1].workerName = getUserName(partList[partList.length - 1].workerId);
+        if("[用户:"+0+"]" == partList[partList.length - 1].workerName){
+            partList[partList.length - 1].workerName = "-";
+        }
         partList[partList.length - 1].color = true;
     }