From c5d7026fc56ff00e5a0ed25bc3bef44046a37ffc Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 26 Jun 2025 20:41:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E8=8C=83=E5=9B=B4=E9=80=89=E6=8B=A9=E5=99=A8=E4=BB=A5=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=BD=93=E5=A4=A9=E7=9A=84=E5=BC=80=E5=A7=8B=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/perfManage/goldTarget/index.vue | 2 +- src/views/perfManage/kpiCReport/index.vue | 2 +- src/views/perfManage/kpiKeyTarget/index.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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'),