Browse Source

【单一窗口】通关旅客统计分析,各个统计模块要加上默认时间

CzRger 3 months ago
parent
commit
9264bc9a3b
1 changed files with 8 additions and 7 deletions
  1. 8 7
      snowy-admin-web/src/views/gsc/pass-statistic/index.vue

+ 8 - 7
snowy-admin-web/src/views/gsc/pass-statistic/index.vue

@@ -99,16 +99,17 @@ import pieChart from './chart/pie.vue'
 import lineChart from './chart/line.vue'
 import pie2Chart from './chart/pie2.vue'
 import barChart from './chart/bar.vue'
+import dayjs from "dayjs";
 
 const {proxy} = getCurrentInstance()
 const state = reactive({
-  date1: '',
-  date2: '',
-  date3: '',
-  date4: '',
-  date5: '',
-  date6: '',
-  date7: '',
+  date1: dayjs(new Date()),
+  date2: dayjs(new Date()),
+  date3: dayjs(new Date()),
+  date4: dayjs(new Date()),
+  date5: dayjs(new Date()),
+  date6: dayjs(new Date()),
+  date7: dayjs(new Date()),
   arr1: [],
   arr2: [],
   arr3: [],