日历渲染

This commit is contained in:
huichao
2020-07-24 21:22:48 +08:00
parent bb177051d6
commit 595b2a98eb
7 changed files with 101 additions and 45 deletions

View File

@@ -26,7 +26,7 @@ export default [
name: 'AttendanceInfo',
component: attendanceInfo,
meta: {
title: '考勤统计',
title: '业绩查询',
index: 3
}
},
@@ -35,7 +35,7 @@ export default [
name: 'PerformanceList',
component: PerformanceList,
meta: {
title: '考勤统计',
title: '业绩查询',
index: 3
}
}