| | |
| | | <!-- 左下:产品类型销量 --> |
| | | <div class="bi-panel bi-panel-bottom-left"> |
| | | <PanelHeader :isFullscreen="true" |
| | | title="销量数据-排名分析" /> |
| | | title="销量数据统计" /> |
| | | <div class="panel-tabs"> |
| | | <span class="tab-item" |
| | | :class="{ active: blockTimeDimension === 'year' }" |
| | |
| | | <table class="scroll-table"> |
| | | <thead> |
| | | <tr> |
| | | <th>排名</th> |
| | | <th>序号</th> |
| | | <th>产品类型</th> |
| | | <th>年月</th> |
| | | <th>销售区</th> |
| | |
| | | </div> |
| | | <div class="bi-panel-body"> |
| | | <div class="chart-unit-row chart-unit-single"> |
| | | <span>单位:人</span> |
| | | <span>单位:家</span> |
| | | </div> |
| | | <div ref="productTypeTrendChart" |
| | | class="echart-fill"></div> |
| | |
| | | <!-- 右下:销售区域销量 --> |
| | | <div class="bi-panel bi-panel-bottom-right"> |
| | | <PanelHeader :isFullscreen="true" |
| | | title="销售额数据-排名分析" /> |
| | | title="销售额数据统计" /> |
| | | <div class="panel-tabs"> |
| | | <span class="tab-item" |
| | | :class="{ active: boardTimeDimension === 'year' }" |
| | |
| | | <table class="scroll-table"> |
| | | <thead> |
| | | <tr> |
| | | <th>排名</th> |
| | | <th>序号</th> |
| | | <th>年月</th> |
| | | <th>销售区</th> |
| | | <th>销售额(万元)</th> |
| | |
| | | formatter: function (params) { |
| | | let result = params[0].name + "<br/>"; |
| | | params.forEach(param => { |
| | | result += `${param.marker}${param.seriesName}: ${param.value} 人<br/>`; |
| | | result += `${param.marker}${param.seriesName}: ${param.value} 家<br/>`; |
| | | }); |
| | | return result; |
| | | }, |
| | |
| | | } |
| | | |
| | | /* .scroll-table tbody tr:nth-child(odd) { |
| | | background-color: rgba(64, 158, 255, 0.05); |
| | | } |
| | | background-color: rgba(64, 158, 255, 0.05); |
| | | } |
| | | |
| | | .scroll-table tbody tr:nth-child(even) { |
| | | background-color: rgba(64, 158, 255, 0.1); |
| | | } */ |
| | | .scroll-table tbody tr:nth-child(even) { |
| | | background-color: rgba(64, 158, 255, 0.1); |
| | | } */ |
| | | .oddTableTr { |
| | | background-color: rgba(64, 158, 255, 0.05); |
| | | } |