lilei 1 vuosi sitten
vanhempi
commit
d721d4f303
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      public/version.json
  2. 1 1
      src/views/common/rangeDate.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1711008139552
+  "version": 1711601845487
 }

+ 1 - 1
src/views/common/rangeDate.vue

@@ -98,7 +98,7 @@ export default {
         'date3': [moment().startOf('month'), moment()],
         'date4': [moment().subtract(1, 'months').startOf('month'), moment().subtract(1, 'months').endOf('month')],
         'date5': [moment().subtract(1, 'years'), moment()],
-        'date6': [moment().subtract(3, 'months').startOf('month'), moment().subtract(3, 'months').endOf('month')]
+        'date6': [moment().month(moment().month() - 2).startOf('month'), moment()]
       },
       startMode:'',
       endMode: ''