优化数据统计
This commit is contained in:
@@ -194,9 +194,9 @@
|
||||
<el-radio-button label="30">30天</el-radio-button>
|
||||
</el-radio-group>
|
||||
</div>
|
||||
<div class="chart" ref="saleChart" v-loading="saleLoading" style="height: 400px;" v-show="lineChartType == 0">
|
||||
<div class="chart" ref="saleChart" v-loading="saleLoading" style="height: 500px;" v-show="lineChartType == 0">
|
||||
</div>
|
||||
<div class="chart" ref="payChart" v-loading="payChartLoading" style="height: 400px;"
|
||||
<div class="chart" ref="payChart" v-loading="payChartLoading" style="height: 500px;"
|
||||
v-show="lineChartType == 1">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user