lilei 3 years ago
parent
commit
4df1347667
2 changed files with 2 additions and 1 deletions
  1. 1 1
      public/version.json
  2. 1 0
      src/views/common/rangeDate.vue

+ 1 - 1
public/version.json

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

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

@@ -36,6 +36,7 @@ export default {
       selectPriceDate: '',
       ranges: {
         '今天': [moment(), moment()],
+        '近一个月': [moment().subtract(1, 'months'), moment()],
         '本月': [moment().startOf('month'), moment()],
         '上月': [moment().subtract(1, 'months').startOf('month'), moment().subtract(1, 'months').endOf('month')] }
     }