|
@@ -157,7 +157,7 @@
|
|
|
<view class="title" @click="goToPage(4)">粮食品种占比</view>
|
|
|
<u-line color="#EEEEEE" class="u-line" />
|
|
|
<qiun-data-charts type="line" class='line-chart' :chartData="chartData" :opts='zringoptions'
|
|
|
- background="none" :ontouch="true" />
|
|
|
+ background="none"/>
|
|
|
</view>
|
|
|
<view class="content4 content-wrap">
|
|
|
<view class="title">在途信息统计表</view>
|
|
@@ -740,7 +740,7 @@
|
|
|
let _year = e[0].label.substring(0, 4)
|
|
|
|
|
|
if (e[1].label != '全年') {
|
|
|
- this.seachMoth = _year + e[1].value
|
|
|
+ this.seachMoth = _year +'-'+ e[1].value
|
|
|
} else {
|
|
|
this.seachMoth = _year
|
|
|
}
|