日历插件

This commit is contained in:
huichao
2020-07-27 11:13:56 +08:00
parent f1f632dc5c
commit d6813971fe
6 changed files with 450 additions and 61 deletions

View File

@@ -1,6 +1,7 @@
const performance = () => import('@/views/ebiz/performance/Performance')
const attendanceInfo = () => import('@/views/ebiz/performance/AttendanceInfo')
const PerformanceList = () => import('@/views/ebiz/performance/PerformanceList')
const PerformanceInfo = () => import('@/views/ebiz/performance/PerformanceInfo')
export default [
{
@@ -29,5 +30,14 @@ export default [
title: '业绩查询',
index: 3
}
},
{
path: '/performance/PerformanceInfo',
name: 'PerformanceInfo',
component: PerformanceInfo,
meta: {
title: '业绩查询',
index: 4
}
}
]