@@ -8,7 +8,7 @@
<u-row customStyle="margin-bottom: 10px" gutter="20">
<u-col span="9">
<u--input
- @focus="timeShow = true"
+ @focus="show = true"
v-model="startTimeXd"
placeholder="开始日期 ~ 结束日期"
prefixIcon="calendar"
@@ -185,7 +185,7 @@ export default {
};
},
onLoad: function(options) {
- options.id = 2
+ options.id = 2;
//门店
if (options.id == 1){
this.title = '门店销售数据';