From b836f3c9793c8ed39b252fd087bdb9f2304fce88 Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Wed, 27 Aug 2025 17:05:34 +0800 Subject: [PATCH] =?UTF-8?q?story#7074,=E5=9C=B0=E5=9B=BE=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E6=94=B9=E5=8A=A8=E4=B8=BA=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kpi/kpiIndex.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/kpi/kpiIndex.vue b/src/views/kpi/kpiIndex.vue index 53708eb5..8bbb15e7 100644 --- a/src/views/kpi/kpiIndex.vue +++ b/src/views/kpi/kpiIndex.vue @@ -63,7 +63,7 @@
客户评价
- @@ -1223,9 +1223,9 @@ export default { this.startTime = dayjs(new Date()).format('YYYY-MM') + '-01 00:00:00' this.endTime = dayjs(new Date()).format('YYYY-MM') + '-' + this.getDayLen()+' 23:59:59'*/ // test - let _testDate = new Date('2024-11-01 00:00:01') + // let _testDate = new Date('2024-11-01 00:00:01') - const today = dayjs(_testDate); // 获取当前日期 + const today = dayjs(); // 获取当前日期 const currentDay = today.date(); // 获取今天是几号(1-31) let targetMonth = today; // 默认目标月份是当前月 if (currentDay === 1) {