From 0409e9ef113e44d09343938ef41eb04713cea3a2 Mon Sep 17 00:00:00 2001 From: qsh <> Date: Tue, 3 Jun 2025 18:12:32 +0800 Subject: [PATCH] sc --- src/router/modules/static.ts | 39 +++-- src/views/OKR/Meeting/MeetingInfo.vue | 206 ++++++++++++++++++++++++++ src/views/OKR/Meeting/index.vue | 164 ++++++++++++++++++++ 3 files changed, 396 insertions(+), 13 deletions(-) create mode 100644 src/views/OKR/Meeting/MeetingInfo.vue create mode 100644 src/views/OKR/Meeting/index.vue diff --git a/src/router/modules/static.ts b/src/router/modules/static.ts index 0faa34c..1e1c73a 100644 --- a/src/router/modules/static.ts +++ b/src/router/modules/static.ts @@ -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', diff --git a/src/views/OKR/Meeting/MeetingInfo.vue b/src/views/OKR/Meeting/MeetingInfo.vue new file mode 100644 index 0000000..820ea27 --- /dev/null +++ b/src/views/OKR/Meeting/MeetingInfo.vue @@ -0,0 +1,206 @@ + + + + + diff --git a/src/views/OKR/Meeting/index.vue b/src/views/OKR/Meeting/index.vue new file mode 100644 index 0000000..a7b2168 --- /dev/null +++ b/src/views/OKR/Meeting/index.vue @@ -0,0 +1,164 @@ + + + + +