From 2fe962f1958746fa5fc6df53ae103957991e1bdf Mon Sep 17 00:00:00 2001 From: corala <18339694416@163.com> Date: Wed, 6 Jul 2022 13:56:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Calendar/calendar.js | 2 +- src/page/wel.vue | 9 +++++++-- src/views/ReceivingRecords/index.vue | 2 +- src/views/Scheduling/index.vue | 4 ++-- src/views/Statistics/ConsultantBrand.vue | 4 ++++ src/views/Statistics/MentoringAbility.vue | 4 ++++ src/views/Statistics/ReceptionOverview.vue | 6 +++--- src/views/Statistics/TheTeamCompared.vue | 12 ++++++------ src/views/Statistics/index.vue | 4 ++-- 9 files changed, 30 insertions(+), 17 deletions(-) diff --git a/src/components/Calendar/calendar.js b/src/components/Calendar/calendar.js index a22621a..9623772 100644 --- a/src/components/Calendar/calendar.js +++ b/src/components/Calendar/calendar.js @@ -1,5 +1,5 @@ export default { - // 当某月的天数 + // 当月的天数 getDaysInOneMonth(date) { const year = date.getFullYear(); const month = date.getMonth() + 1; diff --git a/src/page/wel.vue b/src/page/wel.vue index 323d8d3..6204e22 100644 --- a/src/page/wel.vue +++ b/src/page/wel.vue @@ -314,7 +314,7 @@ color: #909399; ">
- +
暂无数据
@@ -354,7 +354,7 @@ color: #909399; ">
- +
暂无数据
@@ -1891,6 +1891,11 @@ export default {