提交更新

parent 9efa2aa5
...@@ -44,12 +44,12 @@ ...@@ -44,12 +44,12 @@
<view class="school-report-context-tab-item-one active"> <view class="school-report-context-tab-item-one active">
<text>消费报告</text> <text>消费报告</text>
</view> </view>
<view class="school-report-context-tab-item-one"> <!-- <view class="school-report-context-tab-item-one">
<text>门禁报告</text> <text>门禁报告</text>
</view> </view>
<view class="school-report-context-tab-item-one"> <view class="school-report-context-tab-item-one">
<text>公话报告</text> <text>公话报告</text>
</view> </view> -->
</view> </view>
<view class="school-report-context-tab-item-two"> <view class="school-report-context-tab-item-two">
<view class="share-button" @tap="shareHandler"> <view class="share-button" @tap="shareHandler">
...@@ -676,7 +676,7 @@ ...@@ -676,7 +676,7 @@
linechart: function(num) { linechart: function(num) {
var mySize = document.getElementById('consumer-trend-line'); var mySize = document.getElementById('consumer-trend-line');
mySize.style.width = window.innerWidth - 20 + 'px'; mySize.style.width = window.innerWidth - 20 + 'px';
mySize.style.height = window.innerHeight - 580 + 'px'; mySize.style.height = window.innerHeight - 500 + 'px';
var myChart = echarts.init(mySize); var myChart = echarts.init(mySize);
var xdata = this.lineDatas.map(v => v.name); var xdata = this.lineDatas.map(v => v.name);
var year = this.dataRangeArr[this.dataRangeIndex].startDate.slice(0, 4); var year = this.dataRangeArr[this.dataRangeIndex].startDate.slice(0, 4);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment