Browse Source

20250302

master
nicky 5 months ago
parent
commit
8b0890f69f
  1. 11
      src/views/statistics/index.vue

11
src/views/statistics/index.vue

@ -157,7 +157,7 @@
queryXgzlLv,
} from 'api';
import * as echarts from 'echarts'
import * as dayjs from 'dayjs'
import dayjs from 'dayjs'
export default {
name: 'Statistics',
data() {
@ -166,29 +166,30 @@
"timeType": "1", // 0: 1: 2: 3:
"startTime": "2024-10-01 00:00:00", //
"endTime": "2025-01-01 00:00:00", //
"Range": []
"Range": null
},
queryParams2: {
"timeType": "1", // 0: 1: 2: 3:
"startTime": "", //
"endTime": "" ,//
"Range": [],
"Range": null,
},
queryParams3: {
"timeType": "1", // 0: 1: 2: 3:
"startTime": "", //
"endTime": "", //
"Range": []
"Range": null
},
queryParams4: {
"timeType": "1", // 0: 1: 2: 3:
"startTime": "", //
"endTime": "", //
"Range": []
"Range": null
}
}
},
mounted() {
console.log('dayjs', dayjs().format('YYYY-MM-DD HH:mm:ss'))
const _this = this;
setTimeout(() => {
_this.$nextTick(() => {

Loading…
Cancel
Save