| 
					
				 | 
			
			
				@@ -36,6 +36,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       selectPriceDate: '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ranges: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         '今天': [moment(), moment()], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        '近一个月': [moment().subtract(1, 'months'), moment()], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         '本月': [moment().startOf('month'), moment()], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         '上月': [moment().subtract(1, 'months').startOf('month'), moment().subtract(1, 'months').endOf('month')] } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 |