|  | @@ -58,6 +58,7 @@
 | 
											
												
													
														|  |                :endDate="this.queryParams.range[1]"
 |  |                :endDate="this.queryParams.range[1]"
 | 
											
												
													
														|  |                :doDates="this.doDates"
 |  |                :doDates="this.doDates"
 | 
											
												
													
														|  |                :unDoDates="this.unDoDates"
 |  |                :unDoDates="this.unDoDates"
 | 
											
												
													
														|  | 
 |  | +              :halfDoDates="this.halfDoDates"
 | 
											
												
													
														|  |                @select="onSelectDate"
 |  |                @select="onSelectDate"
 | 
											
												
													
														|  |              ></Calendar>
 |  |              ></Calendar>
 | 
											
												
													
														|  |            </div>
 |  |            </div>
 | 
											
										
											
												
													
														|  | @@ -162,6 +163,7 @@ export default {
 | 
											
												
													
														|  |        dataList: [],
 |  |        dataList: [],
 | 
											
												
													
														|  |        doDates: [],
 |  |        doDates: [],
 | 
											
												
													
														|  |        unDoDates: [],
 |  |        unDoDates: [],
 | 
											
												
													
														|  | 
 |  | +      halfDoDates: [],
 | 
											
												
													
														|  |        rateData: {},
 |  |        rateData: {},
 | 
											
												
													
														|  |      };
 |  |      };
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
										
											
												
													
														|  | @@ -238,6 +240,7 @@ export default {
 | 
											
												
													
														|  |        statistics(this.queryParams).then(response => {
 |  |        statistics(this.queryParams).then(response => {
 | 
											
												
													
														|  |            this.doDates = response.data.doDates;
 |  |            this.doDates = response.data.doDates;
 | 
											
												
													
														|  |            this.unDoDates = response.data.unDoDates;
 |  |            this.unDoDates = response.data.unDoDates;
 | 
											
												
													
														|  | 
 |  | +          this.unDoDates = response.data.halfDoDates;
 | 
											
												
													
														|  |            this.loading = false;
 |  |            this.loading = false;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |        ).catch((err) => {
 |  |        ).catch((err) => {
 |