wangchao vor 3 Jahren
Ursprung
Commit
b9e71b4371
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      pages/user/report.vue

+ 2 - 2
pages/user/report.vue

@@ -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
 				}