Browse Source

frontend fix to use vue

jason.lu 6 năm trước cách đây
mục cha
commit
300ac40d62
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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;
     }