From 58401626a684990b90d6922516f4178cd84e6270 Mon Sep 17 00:00:00 2001 From: Jafeng <2998840497@qq.com> Date: Wed, 27 May 2026 16:22:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E6=A8=A1=E6=9D=BF=E5=BA=93=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=92=8C=E6=94=B6=E8=97=8F=E5=8A=9F=E8=83=BD=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96=E5=9B=9E=E8=AE=BF=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80=E5=8F=8A=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/case/archive-detail.vue | 4 +- .../archive-detail/follow-up-manage-tab.vue | 220 ++++----- pages/case/plan-list.vue | 464 +++++++++++++----- utils/api.js | 2 + 4 files changed, 464 insertions(+), 226 deletions(-) diff --git a/pages/case/archive-detail.vue b/pages/case/archive-detail.vue index 4c52441..88e5ef8 100644 --- a/pages/case/archive-detail.vue +++ b/pages/case/archive-detail.vue @@ -1158,7 +1158,7 @@ const saveAddGroup = async () => { } .tabs-anchor { - height: 1px; + height: 2rpx; } .tab { @@ -1166,7 +1166,7 @@ const saveAddGroup = async () => { text-align: center; height: 88rpx; line-height: 88rpx; - font-size: 30rpx; + font-size: 32rpx; color: #333; position: relative; } diff --git a/pages/case/components/archive-detail/follow-up-manage-tab.vue b/pages/case/components/archive-detail/follow-up-manage-tab.vue index 59dcabc..cab762f 100644 --- a/pages/case/components/archive-detail/follow-up-manage-tab.vue +++ b/pages/case/components/archive-detail/follow-up-manage-tab.vue @@ -118,7 +118,7 @@ /> - + @@ -1298,13 +1298,13 @@ watch( diff --git a/utils/api.js b/utils/api.js index 36d567c..8105dd8 100644 --- a/utils/api.js +++ b/utils/api.js @@ -131,6 +131,8 @@ const urlsConfig = { executeManagementPlanTodo: 'executeManagementPlanTodo', getManagementPlan: 'getManagementPlan', getManagementPlanById: 'getManagementPlanById', + getMyManagementPlanTemplateLibrary: 'getMyManagementPlanTemplateLibrary', + toggleMyFollowupFavorite: 'toggleMyFollowupFavorite', getNextFollowUpTime: 'getNextFollowUpTime', // 服务记录相关接口 getServiceRecord: 'getServiceRecord',