29060
This commit is contained in:
		| @@ -38,8 +38,8 @@ | ||||
|       </div> | ||||
|       <div class="line-chart chart-content"> | ||||
|         <div class="title">交易趋势</div> | ||||
|         <p class="header-title"><span class="tips-bg" style="background: #2891FF;"></span>申请笔数<span class="tips-bg" | ||||
|                                                                                                     style="background: #26D52B;"></span>放款笔数 | ||||
|         <p class="header-title"><span class="tips-bg" style="background: #2891FF;"></span>申请笔数 | ||||
|         <!-- <span class="tips-bg" style="background: #26D52B;"></span>放款笔数 --> | ||||
|         </p> | ||||
|         <div id="lineChart"></div> | ||||
|       </div> | ||||
| @@ -258,19 +258,19 @@ export default { | ||||
|               } | ||||
|             } | ||||
|           }, | ||||
|           { | ||||
|             name: '放款笔数', | ||||
|             type: 'line', | ||||
|             stack: 'Total', | ||||
|             data: auditList, | ||||
|             itemStyle: { | ||||
|               normal: { | ||||
|                 lineStyle: { | ||||
|                   color: '#26D52B' | ||||
|                 } | ||||
|               } | ||||
|             } | ||||
|           }, | ||||
|           // { | ||||
|           //   name: '放款笔数', | ||||
|           //   type: 'line', | ||||
|           //   stack: 'Total', | ||||
|           //   data: auditList, | ||||
|           //   itemStyle: { | ||||
|           //     normal: { | ||||
|           //       lineStyle: { | ||||
|           //         color: '#26D52B' | ||||
|           //       } | ||||
|           //     } | ||||
|           //   } | ||||
|           // }, | ||||
|         ] | ||||
|       }; | ||||
|       this.lineChart.setOption(option) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user