Browse Source

fix: 修改文件名大小写

mws 4 months atrás
parent
commit
ab0abadbe1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/cjx/xiaoshou/index.vue

+ 2 - 2
pages/cjx/xiaoshou/index.vue

@@ -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 = '门店销售数据';