master
lion 5 days ago
parent e1790f9c8e
commit 893913bc80

@ -5,7 +5,8 @@
<el-button type="success" icon="el-icon-plus" @click="openCreateModal('add')"></el-button>
<el-button type="primary" icon="el-icon-plus" @click="exportCalendar"></el-button>
<div style="color: #333; font-size: 16px; font-weight: 500;">
本月开课天数{{ monthDayCalendar }} {{ calendarDate.getFullYear() }}年累计开课天数{{ yearDayCalendar }} 本月开课场次{{ monthCourseCount }} {{ calendarDate.getFullYear() }}年开课场次{{ yearCourseCount }}
<div>本月开课天数{{ monthDayCalendar }} <span style="display: inline-block; width: 10px;"></span>{{ calendarDate.getFullYear() }}年累计开课天数{{ yearDayCalendar }} </div>
<div>本月开课场次{{ monthCourseCount }} <span style="display: inline-block; width: 10px;"></span>{{ calendarDate.getFullYear() }}年开课场次{{ yearCourseCount }}</div>
</div>
</div>
<!-- 日历预览区 -->

@ -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'
}
]

Loading…
Cancel
Save