From ec34235cc25a96d6d5a232b2808891f99871f8ef Mon Sep 17 00:00:00 2001 From: qsh <> Date: Wed, 4 Jun 2025 18:05:16 +0800 Subject: [PATCH] sc --- src/router/modules/static.ts | 4 +- src/views/OKR/Meeting/MeetingInfo.vue | 53 ++++++++++++++++---- src/views/OKR/Meeting/index.vue | 69 ++++++++++++++++++++++----- 3 files changed, 104 insertions(+), 22 deletions(-) diff --git a/src/router/modules/static.ts b/src/router/modules/static.ts index 1e1c73a..1f8a4f9 100644 --- a/src/router/modules/static.ts +++ b/src/router/modules/static.ts @@ -39,11 +39,11 @@ const staticRouter: AppCustomRouteRecordRaw[] = [ { icon: 'ep:data-line', path: 'okr-analysis', - name: 'Okr统计', + name: 'OKR统计', componentName: 'OkrAnalysis', component: 'OKR/Analysis/index', meta: { - title: 'Okr统计' + title: 'OKR统计' }, visible: true, alwaysShow: true, diff --git a/src/views/OKR/Meeting/MeetingInfo.vue b/src/views/OKR/Meeting/MeetingInfo.vue index 820ea27..78083ba 100644 --- a/src/views/OKR/Meeting/MeetingInfo.vue +++ b/src/views/OKR/Meeting/MeetingInfo.vue @@ -3,7 +3,7 @@ {{ form.id ? '修改会议' : '新增会议' }} - 保存 + 保存 @@ -14,9 +14,16 @@ - - - + @@ -97,13 +104,15 @@ - - + + + - - + + + @@ -112,9 +121,20 @@