diff --git a/src/components/customRecord/index.scss b/src/components/customRecord/index.scss
index bee3143..3e7cfb7 100644
--- a/src/components/customRecord/index.scss
+++ b/src/components/customRecord/index.scss
@@ -1,12 +1,12 @@
 .record {
-  border: 10rpx solid #e6f7f9;
-  border-radius: 50%;
   &.record-slot {
     border: none;
   }
   .icon {
     width: 107rpx;
     height: 107rpx;
+    border: 10rpx solid #e6f7f9;
+    border-radius: 50%;
   }
   .record-page {
     position: fixed;
diff --git a/src/echart/components/homeLevel1/index.scss b/src/echart/components/homeLevel1/index.scss
index 614b597..cf48004 100644
--- a/src/echart/components/homeLevel1/index.scss
+++ b/src/echart/components/homeLevel1/index.scss
@@ -18,6 +18,7 @@
         .name {
           font-size: 36rpx;
           color: rgba(0, 180, 197, 1);
+          font-weight: bold;
         }
         .desc {
           font-size: 28rpx;
@@ -58,17 +59,14 @@
     .title {
       position: relative;
       z-index: 1;
-      padding: 14rpx;
+      padding: 18rpx 30rpx;
       width: 262rpx;
       height: 116rpx;
-      text-align: center;
       font-size: 28rpx;
+      font-weight: bold;
       color: rgba(0, 180, 197, 1);
       line-height: 1;
       box-sizing: border-box;
-      background: linear-gradient(180deg, #dcf5f7 0%, #ffffff 100%);
-      border-radius: 24rpx 24rpx 24rpx 24rpx;
-      border: 1px solid #ffffff;
     }
     .bg {
       padding-top: 40rpx;
@@ -131,9 +129,10 @@
       position: absolute;
       top: 0;
       left: 0;
-      padding: 16rpx 24rpx;
+      padding: 16rpx 30rpx;
       font-size: 28rpx;
       color: #fff;
+      font-weight: bold;
     }
     .s-container {
       display: flex;
@@ -168,9 +167,10 @@
       position: absolute;
       top: 0;
       left: 0;
-      padding: 16rpx 24rpx;
+      padding: 16rpx 30rpx;
       font-size: 28rpx;
       color: #fff;
+      font-weight: bold;
     }
     .s-container {
       display: flex;
@@ -212,6 +212,7 @@
       .name {
         font-size: 32rpx;
         color: rgba(20, 21, 21, 1);
+        font-weight: bold;
       }
       .fold {
         font-size: 28rpx;
diff --git a/src/echart/components/homeLevel1/index.wxml b/src/echart/components/homeLevel1/index.wxml
index abba25c..a3de6a5 100644
--- a/src/echart/components/homeLevel1/index.wxml
+++ b/src/echart/components/homeLevel1/index.wxml
@@ -17,20 +17,24 @@
     
   
   
-    待处理事项
+    
+      待处理事项
+    
     
-      
+      
         
           病历更新
-          {{take.notReadFeedBackCount}}
+          {{take.notReadFeedBackCount*1 || '--'}}
         
         
         
           聊天室新消息
-          {{take.notReadChatRoomCount}}
+          {{take.notReadChatRoomCount*1 || '--'}}
         
       
-      暂时没有需要处理的事项哦~
     
   
   
         
           新病历
-          
+          
         
         {{case.newCaseCount}}
       
@@ -56,7 +60,7 @@
       
         
           讨论中
-          
+          
         
         {{case.feedbackCaseCount}}
       
@@ -64,7 +68,7 @@
       
         
           已归档
-          
+          
         
         {{case.archiveCaseCount}}
       
diff --git a/src/echart/components/homeLevel2/index.scss b/src/echart/components/homeLevel2/index.scss
index 02b4c6f..f2f5018 100644
--- a/src/echart/components/homeLevel2/index.scss
+++ b/src/echart/components/homeLevel2/index.scss
@@ -31,6 +31,7 @@
         .name {
           font-size: 36rpx;
           color: rgba(20, 21, 21, 1);
+          font-weight: bold;
         }
         .desc {
           font-size: 28rpx;
@@ -88,6 +89,7 @@
           color: rgba(0, 180, 197, 1);
           line-height: 32rpx;
           border: 1px solid rgba(191, 239, 244, 1);
+          border-radius: 4rpx;
         }
       }
     }
@@ -97,17 +99,14 @@
     .title {
       position: relative;
       z-index: 1;
-      padding: 14rpx;
+      padding: 18rpx 30rpx;
       width: 262rpx;
       height: 116rpx;
-      text-align: center;
       font-size: 28rpx;
+      font-weight: bold;
       color: rgba(0, 180, 197, 1);
       line-height: 1;
       box-sizing: border-box;
-      background: linear-gradient(180deg, #dcf5f7 0%, #ffffff 100%);
-      border-radius: 24rpx 24rpx 24rpx 24rpx;
-      border: 1px solid #ffffff;
     }
     .bg {
       padding-top: 40rpx;
@@ -170,9 +169,10 @@
       position: absolute;
       top: 0;
       left: 0;
-      padding: 16rpx 24rpx;
+      padding: 16rpx 30rpx;
       font-size: 28rpx;
       color: #fff;
+      font-weight: bold;
     }
     .more {
       position: absolute;
@@ -215,9 +215,10 @@
       position: absolute;
       top: 0;
       left: 0;
-      padding: 16rpx 24rpx;
+      padding: 16rpx 30rpx;
       font-size: 28rpx;
       color: #fff;
+      font-weight: bold;
     }
     .s-container {
       display: flex;
@@ -260,6 +261,7 @@
       .name {
         font-size: 32rpx;
         color: rgba(20, 21, 21, 1);
+        font-weight: bold;
       }
       .fold {
         font-size: 28rpx;
@@ -390,6 +392,7 @@
               color: rgba(0, 180, 197, 1);
               line-height: 32rpx;
               border: 1px solid rgba(191, 239, 244, 1);
+              border-radius: 4rpx;
             }
           }
         }
diff --git a/src/echart/components/homeLevel2/index.wxml b/src/echart/components/homeLevel2/index.wxml
index 4d23037..31df4cb 100644
--- a/src/echart/components/homeLevel2/index.wxml
+++ b/src/echart/components/homeLevel2/index.wxml
@@ -28,7 +28,12 @@
     
   
   
-    待处理事项
+    
+      待处理事项
+    
     
       
         
           待处理病历
-          {{take.dealCaseCount}}
+          {{take.dealCaseCount*1 || '--'}}
         
         
           病历更新
-          {{take.notReadFeedBackCount}}
+          {{take.notReadFeedBackCount*1 || '--'}}
         
         
           聊天室消息
-          {{take.notReadChatRoomCount}}
+          {{take.notReadChatRoomCount*1 || '--'}}
         
         
           医生待审核
-          {{take.toAuditDoctorCount}}
+          {{take.toAuditDoctorCount*1 || '--'}}
         
       
       暂时没有需要处理的事项哦~
@@ -100,7 +105,7 @@
     style="background:  url({{imageUrl}}home-stat-bg.png?r={{Timestamp}}) no-repeat top center/100% 100%;"
     wx:else
   >
-    我提交的病历
+    我管理病历
     
       
       还没有提交病历
@@ -213,7 +218,7 @@
       我邀约的医生
     
     
-      
+      
       还没有邀约医生哦
     
   
diff --git a/src/echart/components/homeLevel3/index.scss b/src/echart/components/homeLevel3/index.scss
index 091a6ec..1cdcc3f 100644
--- a/src/echart/components/homeLevel3/index.scss
+++ b/src/echart/components/homeLevel3/index.scss
@@ -31,6 +31,7 @@
         .name {
           font-size: 36rpx;
           color: rgba(20, 21, 21, 1);
+          font-weight: bold;
         }
         .desc {
           font-size: 28rpx;
@@ -88,6 +89,7 @@
           color: rgba(0, 180, 197, 1);
           line-height: 32rpx;
           border: 1px solid rgba(191, 239, 244, 1);
+          border-radius: 4rpx;
         }
       }
     }
@@ -97,17 +99,14 @@
     .title {
       position: relative;
       z-index: 1;
-      padding: 14rpx;
+      padding: 18rpx 30rpx;
       width: 262rpx;
       height: 116rpx;
-      text-align: center;
       font-size: 28rpx;
+      font-weight: bold;
       color: rgba(0, 180, 197, 1);
       line-height: 1;
       box-sizing: border-box;
-      background: linear-gradient(180deg, #dcf5f7 0%, #ffffff 100%);
-      border-radius: 24rpx 24rpx 24rpx 24rpx;
-      border: 1px solid #ffffff;
     }
     .bg {
       padding-top: 40rpx;
@@ -215,9 +214,10 @@
       position: absolute;
       top: 0;
       left: 0;
-      padding: 16rpx 24rpx;
+      padding: 16rpx 30rpx;
       font-size: 28rpx;
       color: #fff;
+      font-weight: bold;
     }
     .s-container {
       display: flex;
diff --git a/src/echart/components/homeLevel3/index.wxml b/src/echart/components/homeLevel3/index.wxml
index 7d51e82..8067317 100644
--- a/src/echart/components/homeLevel3/index.wxml
+++ b/src/echart/components/homeLevel3/index.wxml
@@ -28,30 +28,31 @@
     
   
   
-    待处理事项
+    
+      待处理事项
+    
     
-      
+      
         
           待处理病历
-          {{take.dealCaseCount}}
+          {{take.dealCaseCount*1 || '--'}}
         
         
           病历更新
-          {{take.notReadFeedBackCount}}
+          {{take.notReadFeedBackCount*1 || '--'}}
         
         
           聊天室消息
-          {{take.notReadChatRoomCount}}
+          {{take.notReadChatRoomCount*1 || '--'}}
         
         
           医生待审核
-          {{take.toAuditDoctorCount}}
+          {{take.toAuditDoctorCount*1 || '--'}}
         
       
-      暂时没有需要处理的事项哦~
     
   
   
         
           新病历
-          
+          
         
         {{case.newCaseCount}}
       
       
         
           讨论中
-          
+          
         
         {{case.feedbackCaseCount}}
       
       
         
           已归档
-          
+          
         
         {{case.archiveCaseCount}}
       
@@ -117,25 +118,16 @@
     
     
       
-        
-          全部
-          
-        
+        全部
         {{doctorCount.TotalCount}}
       
       
       
-        
-          二级医生
-          
-        
+        二级医生
         {{doctorCount.TwoCount}}
       
       
-        
-          一级医生
-          
-        
+        一级医生
         {{doctorCount.OneCount}}
       
     
diff --git a/src/echart/components/homeLevel4/index.scss b/src/echart/components/homeLevel4/index.scss
index e3a6fd8..1a52744 100644
--- a/src/echart/components/homeLevel4/index.scss
+++ b/src/echart/components/homeLevel4/index.scss
@@ -30,6 +30,7 @@
         .name {
           font-size: 36rpx;
           color: rgba(20, 21, 21, 1);
+          font-weight: bold;
         }
         .desc {
           font-size: 28rpx;
@@ -87,6 +88,7 @@
           color: rgba(0, 180, 197, 1);
           line-height: 32rpx;
           border: 1px solid rgba(191, 239, 244, 1);
+          border-radius: 4rpx;
         }
       }
     }
@@ -96,17 +98,14 @@
     .title {
       position: relative;
       z-index: 1;
-      padding: 14rpx;
-      width: 221rpx;
+      padding: 18rpx 30rpx;
+      width: 262rpx;
       height: 116rpx;
-      text-align: center;
       font-size: 28rpx;
+      font-weight: bold;
       color: rgba(0, 180, 197, 1);
       line-height: 1;
       box-sizing: border-box;
-      background: linear-gradient(180deg, #dcf5f7 0%, #ffffff 100%);
-      border-radius: 24rpx 24rpx 24rpx 24rpx;
-      border: 1px solid #ffffff;
     }
     .bg {
       padding-top: 40rpx;
@@ -169,9 +168,10 @@
       position: absolute;
       top: 0;
       left: 0;
-      padding: 16rpx 24rpx;
+      padding: 16rpx 30rpx;
       font-size: 26rpx;
       color: #fff;
+      font-weight: bold;
     }
     .picker {
       position: absolute;
@@ -182,6 +182,7 @@
         display: flex;
         gap: 18rpx;
         font-size: 28rpx;
+        line-height: 40rpx;
         color: rgba(133, 133, 133, 1);
         background: #ffffff;
         border-radius: 98rpx 98rpx 98rpx 98rpx;
@@ -224,8 +225,9 @@
       display: flex;
       align-items: center;
       justify-content: center;
+      gap: 26rpx;
       .none {
-        width: 116rpx;
+        width: 102rpx;
         height: 102rpx;
       }
       .tip {
@@ -248,6 +250,7 @@
       .name {
         font-size: 32rpx;
         color: rgba(20, 21, 21, 1);
+        font-weight: bold;
       }
       .more {
         font-size: 28rpx;
@@ -329,6 +332,7 @@
       .name {
         font-size: 32rpx;
         color: rgba(20, 21, 21, 1);
+        font-weight: bold;
       }
       .picker {
         .picker-content {
@@ -381,6 +385,7 @@
       .title {
         font-size: 32rpx;
         color: rgba(20, 21, 21, 1);
+        font-weight: bold;
       }
       .more {
         font-size: 28rpx;
diff --git a/src/echart/components/homeLevel4/index.ts b/src/echart/components/homeLevel4/index.ts
index 9417b9b..b284090 100644
--- a/src/echart/components/homeLevel4/index.ts
+++ b/src/echart/components/homeLevel4/index.ts
@@ -673,6 +673,10 @@ Component({
         url: "/module1/pages/auditDoctorList/index",
       });
     },
+    handleQuestion(e) {
+      const { index } = e.currentTarget.dataset;
+      this.triggerEvent("question", index);
+    },
   },
 });
 
diff --git a/src/echart/components/homeLevel4/index.wxml b/src/echart/components/homeLevel4/index.wxml
index 0c821d3..231d7f6 100644
--- a/src/echart/components/homeLevel4/index.wxml
+++ b/src/echart/components/homeLevel4/index.wxml
@@ -28,26 +28,27 @@
     
   
   
-    待处理事项
+    
+      待处理事项
+    
     
-      
+      
         
           待处理病历
-          {{take.dealCaseCount}}
+          {{take.dealCaseCount*1 || '--'}}
         
         
           聊天室消息
-          {{take.notReadChatRoomCount}}
+          {{take.notReadChatRoomCount*1 || '--'}}
         
         
           医生待审核
-          {{take.toAuditDoctorCount}}
+          {{take.toAuditDoctorCount*1 || '--'}}
         
       
-      暂时没有需要处理的事项哦~
     
   
   
         
           新病历
-          
+          
         
         {{case.newCaseCount}}
       
       
         
           讨论中
-          
+          
         
         {{case.feedbackCaseCount}}
       
       
         
           已归档
-          
+          
         
         {{case.archiveCaseCount}}
       
@@ -139,7 +140,7 @@