mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-14 10:06:44 +08:00
日历插件
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user