Просмотр исходного кода

fix(frontend): 方案制定页面修复-移除\\ue601\乱码/双重标题/Step1改为选人

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
liaoxg 1 месяц назад
Родитель
Сommit
ddb0a01df9

+ 1 - 1
cfc-frontend/pages.json

@@ -892,7 +892,7 @@
         {
           "path": "health-plan-summary",
           "style": {
-            "navigationBarTitleText": "方案汇总"
+            "navigationBarTitleText": "方案制定"
           }
         },
         {

+ 18 - 27
cfc-frontend/pages/health/health-plan-summary.vue

@@ -455,14 +455,14 @@ export default {
   margin-bottom: 20rpx;
 }
 
-/* 报告卡片列表 */
-.report-list {
+/* 成员卡片列表 */
+.member-list {
   display: flex;
   flex-direction: column;
   gap: 12rpx;
   margin-bottom: 24rpx;
 }
-.report-card {
+.member-card {
   display: flex;
   align-items: center;
   justify-content: space-between;
@@ -472,43 +472,34 @@ export default {
   background: #FAFAFA;
   transition: all 0.2s;
 }
-.report-card.active {
+.member-card.active {
   border-color: #F97316;
   background: #FFF8F3;
 }
-.report-card-left {
+.member-card-left {
   display: flex;
   align-items: center;
   gap: 16rpx;
 }
-.report-card-icon {
-  font-size: 40rpx;
-}
-.report-card-info {
+.member-avatar {
+  width: 60rpx;
+  height: 60rpx;
+  border-radius: 30rpx;
+  background: #F97316;
+  color: #fff;
+  font-size: 28rpx;
+  font-weight: bold;
   display: flex;
-  flex-direction: column;
-  gap: 4rpx;
+  align-items: center;
+  justify-content: center;
+  flex-shrink: 0;
 }
-.report-card-name {
+.member-card-name {
   font-size: 28rpx;
   font-weight: 600;
   color: #333;
 }
-.report-card-type {
-  font-size: 22rpx;
-  color: #F97316;
-}
-.report-card-right {
-  display: flex;
-  flex-direction: column;
-  align-items: flex-end;
-  gap: 4rpx;
-}
-.report-card-date {
-  font-size: 22rpx;
-  color: #999;
-}
-.report-check {
+.member-check {
   font-size: 32rpx;
   color: #F97316;
   font-weight: bold;

+ 1 - 1
cfc-frontend/pages/health/report-confirm.vue

@@ -817,7 +817,7 @@ export default {
               if (reportType === 'gut_flora') {
                 uni.redirectTo({ url: '/pages/health/report-detail?reportType=gut_flora&reportId=' + reportId })
               } else {
-                uni.redirectTo({ url: '/pages/health/health-plan-summary?initialReportIds=' + reportId + '&subjectId=' + (postData.subjectId || '') })
+                uni.redirectTo({ url: '/pages/health/health-plan-summary?initialMemberIds=' + (postData.subjectId || '') + '&subjectId=' + (postData.subjectId || '') })
               }
             } else {
               uni.navigateBack()