Browse Source

frontend fix to use vue

jason.lu 6 years ago
parent
commit
300ac40d62
1 changed files with 3 additions and 0 deletions
  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;
     }