lilei пре 2 година
родитељ
комит
4b0d4bdd67
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      pages/statistics/index.vue

+ 2 - 2
pages/statistics/index.vue

@@ -214,9 +214,9 @@
 				this.queryPramas.endDate = date.endDate + ' 23:59:59'
 				//#ifdef APP-PLUS
 				this.webView.setTitleNViewButtonStyle(0, {
-					"text":"\ue626 "+date.startDate+"~"+date.endDate,
+					"text":"\ue626 "+date.startDate.substr(5)+"至"+date.endDate.substr(5),
 					"color": "#00aaff",
-					"width": "180px"
+					"width": "130px"
 				});
 				//#endif
 			},