|
@@ -28,8 +28,8 @@
|
28
|
28
|
</div>
|
29
|
29
|
<div class="flex_start">
|
30
|
30
|
<div class="flex_1">
|
31
|
|
- <ViewEcharts v-if="tabInfo.value == 'trend'" :options="trendInfo.option" :height="trendInfo.heights"></ViewEcharts>
|
32
|
|
- <ViewEcharts v-if="tabInfo.value == 'ratio'" :options="ratioInfo.option" :height="ratioInfo.heights"></ViewEcharts>
|
|
31
|
+ <ViewEcharts key="trendEcharts" v-if="tabInfo.value == 'trend'" :options="trendInfo.option" :height="trendInfo.heights"></ViewEcharts>
|
|
32
|
+ <ViewEcharts key="ratioEcharts" v-if="tabInfo.value == 'ratio'" :options="ratioInfo.option" :height="ratioInfo.heights"></ViewEcharts>
|
33
|
33
|
</div>
|
34
|
34
|
<div class="legend_box" v-if="tabInfo.value == 'trend'">
|
35
|
35
|
<div class="legend" v-for="item in overviewData.legendArr">
|