| | |
| | | </div> |
| | | <div class="val">{{$numberFormat(8846)}}</div> |
| | | <div class="trend"> |
| | | <line-chart :options="optionsOfWeekAnalyze" style="height:40px"></line-chart> |
| | | <line-chart :options="optionsOfWeekAnalyze" style="height:50px"></line-chart> |
| | | </div> |
| | | <div class="devide"></div> |
| | | <div class="detail"> |
| | |
| | | left: 0, |
| | | right: 0, |
| | | bottom: 10, |
| | | //containLabel: true |
| | | }, |
| | | tooltip: { |
| | | trigger: 'axis', |
| | |
| | | top: 0, |
| | | left: 0, |
| | | bottom: 10, |
| | | containLabel: true |
| | | }, |
| | | tooltip: { |
| | | trigger: 'axis', |
| | |
| | | top: 0, |
| | | left: 0, |
| | | bottom: 10, |
| | | containLabel: true |
| | | }, |
| | | tooltip: { |
| | | trigger: 'axis', |
| | |
| | | |
| | | } |
| | | }, |
| | | mounted(){ |
| | | debugger |
| | | } |
| | | |
| | | } |
| | | </script> |
| | | |