diff --git a/src/views/perfManage/goldTarget/index.vue b/src/views/perfManage/goldTarget/index.vue index 6d8f1b85..1515c8aa 100644 --- a/src/views/perfManage/goldTarget/index.vue +++ b/src/views/perfManage/goldTarget/index.vue @@ -87,7 +87,7 @@ let queryRangePicker = ref<[string, string]>(['', '']); const ranges = ref([ { label: t('views.perfManage.customTarget.toDay'), - value: [dayjs().startOf('hour'), dayjs()], + value: [dayjs().startOf('day'), dayjs()], }, { label: t('views.perfManage.customTarget.ago1Hour'), diff --git a/src/views/perfManage/kpiCReport/index.vue b/src/views/perfManage/kpiCReport/index.vue index 47998ee2..c128ccaf 100644 --- a/src/views/perfManage/kpiCReport/index.vue +++ b/src/views/perfManage/kpiCReport/index.vue @@ -87,7 +87,7 @@ let queryRangePicker = ref<[string, string]>(['', '']); const ranges = ref([ { label: t('views.perfManage.customTarget.toDay'), - value: [dayjs().startOf('hour'), dayjs()], + value: [dayjs().startOf('day'), dayjs()], }, { label: t('views.perfManage.customTarget.ago1Hour'), diff --git a/src/views/perfManage/kpiKeyTarget/index.vue b/src/views/perfManage/kpiKeyTarget/index.vue index 710b582f..d3db5068 100644 --- a/src/views/perfManage/kpiKeyTarget/index.vue +++ b/src/views/perfManage/kpiKeyTarget/index.vue @@ -37,7 +37,7 @@ const neInfoStore = useNeInfoStore(); const ranges = ref([ { label: t('views.perfManage.customTarget.toDay'), - value: [dayjs().startOf('hour'), dayjs()], + value: [dayjs().startOf('day'), dayjs()], }, { label: t('views.perfManage.customTarget.ago1Hour'),