|  | @@ -6,7 +6,6 @@
 | 
											
												
													
														|  |        v-model="date"
 |  |        v-model="date"
 | 
											
												
													
														|  |        :disabled-dates='disabledDates'
 |  |        :disabled-dates='disabledDates'
 | 
											
												
													
														|  |        @transition-start="queryMoth"
 |  |        @transition-start="queryMoth"
 | 
											
												
													
														|  | -      :first-day-of-week="1"
 |  | 
 | 
											
												
													
														|  |        :attributes='attrs'
 |  |        :attributes='attrs'
 | 
											
												
													
														|  |        @dayclick="onDayClick"></vc-date-picker>
 |  |        @dayclick="onDayClick"></vc-date-picker>
 | 
											
												
													
														|  |      <ul>
 |  |      <ul>
 | 
											
										
											
												
													
														|  | @@ -82,11 +81,6 @@ export default {
 | 
											
												
													
														|  |          v.customData.workTime = formDate.workTime;
 |  |          v.customData.workTime = formDate.workTime;
 | 
											
												
													
														|  |          v.customData.workOffTime = formDate.workOffTime;
 |  |          v.customData.workOffTime = formDate.workOffTime;
 | 
											
												
													
														|  |          v.customData.isDuty = formDate.isDuty;
 |  |          v.customData.isDuty = formDate.isDuty;
 | 
											
												
													
														|  | -        console.log()
 |  | 
 | 
											
												
													
														|  | -        v.highlight = {
 |  | 
 | 
											
												
													
														|  | -            color: v.customData.isEnable == 1 ? 'green' : v.customData.isEnable == 0 ? 'yellow' : v.customData.isEnable == null ? 'red' : 'indigo',
 |  | 
 | 
											
												
													
														|  | -                fillMode: 'outline',
 |  | 
 | 
											
												
													
														|  | -        };
 |  | 
 | 
											
												
													
														|  |          arr.push(v.customData);
 |  |          arr.push(v.customData);
 | 
											
												
													
														|  |        });
 |  |        });
 | 
											
												
													
														|  |        this.$toast.success('复制成功,请点击提交');
 |  |        this.$toast.success('复制成功,请点击提交');
 |