This commit is contained in:
qsh
2025-06-06 11:51:04 +08:00
parent b4a5c36fb0
commit 8f4da16e81
11 changed files with 600 additions and 21 deletions

View File

@@ -48,20 +48,33 @@ const staticRouter: AppCustomRouteRecordRaw[] = [
visible: true,
alwaysShow: true,
redirect: ''
},
{
icon: 'ep:data-board',
path: 'okr-meeting',
name: '会议管理',
componentName: 'OkrMeeting',
component: 'OKR/Meeting/index',
meta: {
title: '会议管理'
},
visible: true,
alwaysShow: true,
redirect: ''
},
{
icon: 'ep:data-board',
path: 'okr-meeting-info/:id',
name: '会议详情',
componentName: 'MeetingInfo',
component: 'OKR/Meeting/MeetingInfo',
meta: {
title: '会议详情'
},
visible: false,
alwaysShow: true,
redirect: ''
}
// {
// icon: 'ep:data-board',
// path: 'okr-metting',
// name: '会议管理',
// componentName: 'OkrMetting',
// component: 'OKR/Meeting/index',
// meta: {
// title: '会议管理'
// },
// visible: true,
// alwaysShow: true,
// redirect: ''
// }
],
meta: {
title: 'OKR',