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