|  | @@ -88,6 +88,7 @@ const disabledDate = (time) => {
 | 
	
		
			
				|  |  |      <span class="demonstration">月数据时间:</span>
 | 
	
		
			
				|  |  |      <el-date-picker
 | 
	
		
			
				|  |  |          v-model="monthlyDataTime"
 | 
	
		
			
				|  |  | +        :clearable="false"
 | 
	
		
			
				|  |  |          type="monthrange"
 | 
	
		
			
				|  |  |          unlink-panels
 | 
	
		
			
				|  |  |          range-separator="To"
 | 
	
	
		
			
				|  | @@ -96,6 +97,17 @@ const disabledDate = (time) => {
 | 
	
		
			
				|  |  |          :disabled-date="disabledDate"
 | 
	
		
			
				|  |  |          @change="handleMonthChange"
 | 
	
		
			
				|  |  |          :shortcuts="monthShortCuts"
 | 
	
		
			
				|  |  | +        :popper-options="{
 | 
	
		
			
				|  |  | +              modifiers: [
 | 
	
		
			
				|  |  | +                  {
 | 
	
		
			
				|  |  | +                      name: 'flip',
 | 
	
		
			
				|  |  | +                      options: {
 | 
	
		
			
				|  |  | +                          fallbackPlacements: ['bottom'],
 | 
	
		
			
				|  |  | +                          allowedAutoPlacements: ['bottom'],
 | 
	
		
			
				|  |  | +                      }
 | 
	
		
			
				|  |  | +                  }
 | 
	
		
			
				|  |  | +              ]
 | 
	
		
			
				|  |  | +  }"
 | 
	
		
			
				|  |  |      />
 | 
	
		
			
				|  |  |    </div>
 | 
	
		
			
				|  |  |  </template>
 |