| 
					
				 | 
			
			
				@@ -3,7 +3,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <el-calendar style="minWidth:810px"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <template slot="dateCell" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 slot-scope="scope"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <div @click="showDate(scope)"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <div @click="showDate(scope)" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+             style="height:100%"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             {{scope.data.day.substring(8)}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </p> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -498,6 +499,9 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.startTime = scope.data.day 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.endTime = scope.data.day 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.value = scope.date 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      if (scope.data.type === 'next-month' || scope.data.type === 'prev-month') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.getCalendatList() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.getList() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 |