|  | @@ -30,6 +30,7 @@ RedRankTable.showPart = function(slide, part, data){
 | 
	
		
			
				|  |  |              partList[partList.length] = {passNum : 0, failNum: 0, failRate: 0, workerId: 0, fcDay: new Date().toLocaleDateString()};
 | 
	
		
			
				|  |  |          } else {
 | 
	
		
			
				|  |  |              partList[partList.length] = one.jsonObj;
 | 
	
		
			
				|  |  | +            partList[partList.length].failRate = partList[partList.length].failRate/100.0;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          partList[partList.length - 1].workerName = getUserName(partList[partList.length - 1].workerId);
 | 
	
		
			
				|  |  |          if("[用户:"+0+"]" == partList[partList.length - 1].workerName){
 |