| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -531,6 +531,7 @@ const Bigscreen = ({ dispatch, actions, user, match, history, clientHeight, grou | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                        {/* <div > */} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                        <Select | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                           showClear | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                           filter | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                           value={value} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                           multiple={true} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                           maxTagCount={1} | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
				
				 | 
				
					@ -548,7 +549,7 @@ const Bigscreen = ({ dispatch, actions, user, match, history, clientHeight, grou | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                                 // text: v.name,  | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                              }, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                              grid: { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                                 left: 25, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                                 left: 27, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                                 right: 10, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                                 bottom: 20, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                              }, | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -585,7 +586,7 @@ const Bigscreen = ({ dispatch, actions, user, match, history, clientHeight, grou | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                                 areaStyle: { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                                    color: '#0e9cff26', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                                 }, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                                 data: v.online?.map(f => [moment(f.collect_time).format('YYYY-MM-DD HH'), f.rate]) || [] | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                                 data: v.online?.map(f => [moment(f.collect_time).format('YYYY-MM-DD HH'), f.rate.toFixed(1)]) || [] | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                              })) || [] | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                           }} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                           notMerge={true} | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |