diff --git a/src/views/kitchen/dashboard/SubGroup.vue b/src/views/kitchen/dashboard/SubGroup.vue
index f38517ca..ecdbea33 100644
--- a/src/views/kitchen/dashboard/SubGroup.vue
+++ b/src/views/kitchen/dashboard/SubGroup.vue
@@ -1,31 +1,53 @@
 
   
-    
+    
        
         
-          
{{item.name}}
+          
健康证管理
           
             
               正常
-              
{{item.num1}}
+              
{{topData.num1}}
              
             
               缺失
-              
{{item.num2}}
+              
{{topData.num2}}
              
             
               临期
-              
{{item.num3}}
+              
{{topData.num3}}
              
             
               过期
-              
{{item.num4}}
+              
{{topData.num4}}
               
             
           
           
        
     
+    
+       
+        
+          
健康证管理
+          
+            
+              
环境报警记录
+              
{{topData.num1}}
+            
+            
+              
门禁报警记录
+              
{{topData.num2}}
+            
+            
+              
监控报警记录
+              
{{topData.num3}}
+            
  
+          
 
+          
+        
 
+      
 
+    
   
 
 
@@ -38,8 +60,8 @@ export default {
   },
   props: {
     topData: {
-      type: Array,
-      default: []
+      type: Object,
+      default: {}
     }
   },
   methods: {
diff --git a/src/views/kitchen/index.vue b/src/views/kitchen/index.vue
index e12ea910..d204f746 100644
--- a/src/views/kitchen/index.vue
+++ b/src/views/kitchen/index.vue
@@ -115,20 +115,12 @@ export default {
           "lastDate": "2025-05-15"
         }
       ],
-      subTopAreaOptions:[
-        { 
-          "name": "健康证管理",
+      subTopAreaOptions:{  
           "num1": 1, 
           "num2": 2, 
           "num3": 3, 
           "num4": 4, 
-        },{
-          "name": "报警记录", 
-          "num1": 1, 
-          "num2": 2, 
-          "num3": 3, 
-        }
-      ],
+        },
       type1:1,
       type2:1,
       type3:1,
diff --git a/src/views/login1.vue b/src/views/login1.vue
index 4b5fd668..879a6736 100644
--- a/src/views/login1.vue
+++ b/src/views/login1.vue
@@ -20,7 +20,7 @@
                 v-model="loginForm.password"
                 type="password"
                 auto-complete="off"
-                placeholder="密码"
+                placeholder="密码" show-password
                 @keyup.enter.native="handleLogin"
               >