From 893913bc80e95f085d769d3aef95321b1c5688a1 Mon Sep 17 00:00:00 2001
From: lion <120344285@qq.com>
Date: Wed, 3 Dec 2025 11:39:34 +0800
Subject: [PATCH] genggai
---
src/views/calendar/index.vue | 3 ++-
src/views/statistics/index.vue | 16 ++++++++--------
2 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/src/views/calendar/index.vue b/src/views/calendar/index.vue
index ec26f32..f177493 100644
--- a/src/views/calendar/index.vue
+++ b/src/views/calendar/index.vue
@@ -5,7 +5,8 @@
新建日历事件
导出日历事件
- 本月开课天数:{{ monthDayCalendar }}天 {{ calendarDate.getFullYear() }}年累计开课天数:{{ yearDayCalendar }}天 本月开课场次:{{ monthCourseCount }}场 {{ calendarDate.getFullYear() }}年开课场次:{{ yearCourseCount }}场
+
本月开课天数:{{ monthDayCalendar }}天 {{ calendarDate.getFullYear() }}年累计开课天数:{{ yearDayCalendar }}天
+
本月开课场次:{{ monthCourseCount }}场 {{ calendarDate.getFullYear() }}年开课场次:{{ yearCourseCount }}场
diff --git a/src/views/statistics/index.vue b/src/views/statistics/index.vue
index 37a63e2..67da582 100644
--- a/src/views/statistics/index.vue
+++ b/src/views/statistics/index.vue
@@ -265,18 +265,18 @@ export default {
label: '跟班学员数',
cardClass: 'student-card-3'
},
- {
- key: 'company_ganbu_total',
- icon: 'el-icon-s-check',
- value: '0',
- label: '全市干部参与数',
- cardClass: 'student-card-4'
- },
+ // {
+ // key: 'company_ganbu_total',
+ // icon: 'el-icon-s-check',
+ // value: '0',
+ // label: '全市干部参与数',
+ // cardClass: 'student-card-4'
+ // },
{
key: 'company_join_total',
icon: 'el-icon-s-promotion',
value: '0',
- label: '元禾员工参与数',
+ label: '元禾参与人次',
cardClass: 'student-card-5'
}
]