|
@@ -276,6 +276,9 @@ RedRankTable.showPart = function(slide, part, data){
|
|
partList[partList.length] = one.jsonObj;
|
|
partList[partList.length] = one.jsonObj;
|
|
}
|
|
}
|
|
partList[partList.length - 1].workerName = getUserName(partList[partList.length - 1].workerId);
|
|
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;
|
|
partList[partList.length - 1].color = true;
|
|
}
|
|
}
|
|
|
|
|