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