|
@@ -99,17 +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";
|
|
|
+import dayjs from 'dayjs';
|
|
|
|
|
|
const {proxy} = getCurrentInstance()
|
|
|
const state = reactive({
|
|
|
- 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()),
|
|
|
+ date1: dayjs(),
|
|
|
+ date2: dayjs(),
|
|
|
+ date3: dayjs(),
|
|
|
+ date4: dayjs(),
|
|
|
+ date5: dayjs(),
|
|
|
+ date6: dayjs(),
|
|
|
+ date7: dayjs(),
|
|
|
arr1: [],
|
|
|
arr2: [],
|
|
|
arr3: [],
|