| 
					
				 | 
			
			
				@@ -224,7 +224,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       data_szbj_ps.data.forEach(element => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         xAxis_szbj_ps.push(element.xzqmc); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        bat_data_szbj_ps.push((element.sj_mj / 10000).toFixed(2)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        bat_data_szbj_ps.push(element.sj_mj); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         line_data_szbj_ps.push(element.sj_number); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -251,7 +251,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       data_cs_ps.data.forEach(element => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         xAxis_cs_ps.push(element.name); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        bat_data_cs_ps.push((element.sj_mj / 10000).toFixed(2)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        bat_data_cs_ps.push(element.sj_mj); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         line_data_cs_ps.push(element.sj_number); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }); 
			 |