diff --git a/src/views/healthCenter/examinationReport/index.vue b/src/views/healthCenter/examinationReport/index.vue
index 413fc0c7..0cee8a7b 100644
--- a/src/views/healthCenter/examinationReport/index.vue
+++ b/src/views/healthCenter/examinationReport/index.vue
@@ -56,15 +56,8 @@
                     修改
-                    删除
+                        @click="handleUpdate2(scope.row)"
+                    >体检报告
                 
             
         
diff --git a/src/views/healthCenter/healthRecords/index.vue b/src/views/healthCenter/healthRecords/index.vue
index 81e62288..e10d82c8 100644
--- a/src/views/healthCenter/healthRecords/index.vue
+++ b/src/views/healthCenter/healthRecords/index.vue
@@ -85,13 +85,11 @@
                     修改
                     删除
                 
diff --git a/src/views/healthCenter/nutritionScience/index.vue b/src/views/healthCenter/nutritionScience/index.vue
index f2ea9014..f4297027 100644
--- a/src/views/healthCenter/nutritionScience/index.vue
+++ b/src/views/healthCenter/nutritionScience/index.vue
@@ -17,22 +17,22 @@
         
             
         
-        
+
         
             
                  
-              
+                >
+            
         
         
             
                 
-                 
-              
-         
+                
+            
+        
 
         
             搜索
@@ -47,18 +47,18 @@
                 plain
                 icon="el-icon-plus"
                 size="mini"
-                @click="handleAdd" 
+                @click="handleAdd"
                 >新增
             
             
         
 
-         
+        
             
                     
                         {{(queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1}}
                     
-             
+            
             
                 
                     
@@ -71,26 +71,26 @@
                 
                     原创
                     转载
-                 
+                
             
             
             
             
-                
-             
+
+            
             
                 
                     修改
                     删除
                 
             
@@ -104,7 +104,7 @@
         @pagination="getList"
         />
 
-         
+        
         
             
                 
@@ -125,10 +125,10 @@
                                     :key="item.chronicId"
                                     :label="item.chronicName"
                                     :value="item.chronicId"
-                                > 
-                              
-                             
-                          
+                                >
+                            
+                        
+                    
                     
                         
                             
-                             
+                            
                         
                     
                     
@@ -171,7 +171,7 @@
     
 
 
-