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 @@ + + + + + {{ form.id ? '修改会议' : '新增会议' }} + 保存 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ item.label }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + 查询 + 预约会议 + + + + + + + + + + + + + + + {{ row.status }} + + + {{ row.status }} + + + + + + + 修改 + + + 取消 + + + + + + + + + + +