|  | @@ -1275,7 +1275,6 @@
 | 
												
													
														
															|  |                  }
 |  |                  }
 | 
												
													
														
															|  |              }
 |  |              }
 | 
												
													
														
															|  |              const option5 = myChart5.getOption();
 |  |              const option5 = myChart5.getOption();
 | 
												
													
														
															|  | -            console.log(chart_option5_data);
 |  | 
 | 
												
													
														
															|  |              option5.series[0].data = _.filter(chart_option5_data.data1, function (item) {
 |  |              option5.series[0].data = _.filter(chart_option5_data.data1, function (item) {
 | 
												
													
														
															|  |                  return item.value !== 0;
 |  |                  return item.value !== 0;
 | 
												
													
														
															|  |              });
 |  |              });
 | 
												
											
												
													
														
															|  | @@ -1409,7 +1408,7 @@
 | 
												
													
														
															|  |                      }
 |  |                      }
 | 
												
													
														
															|  |                  }
 |  |                  }
 | 
												
													
														
															|  |              }
 |  |              }
 | 
												
													
														
															|  | -            console.log(tenderList);
 |  | 
 | 
												
													
														
															|  | 
 |  | +            // console.log(tenderList);
 | 
												
													
														
															|  |              $('.data_tender_num').text(tenderList.length);
 |  |              $('.data_tender_num').text(tenderList.length);
 | 
												
													
														
															|  |              const rate = total_price ? ZhCalc.round(ZhCalc.div(total_stage_price, total_price) * 100, 2) : 0;
 |  |              const rate = total_price ? ZhCalc.round(ZhCalc.div(total_stage_price, total_price) * 100, 2) : 0;
 | 
												
													
														
															|  |              $('.data_tender_rate').text(rate ? rate + '%' : '0%');
 |  |              $('.data_tender_rate').text(rate ? rate + '%' : '0%');
 |