diff --git a/src/api/dish/menu.js b/src/api/dish/menu.js
index 29319eb2..759f4701 100644
--- a/src/api/dish/menu.js
+++ b/src/api/dish/menu.js
@@ -74,7 +74,7 @@ export function getPageRecipeListApi(data) {
       params: data
     })
 }
- 
+
 //菜谱-新增
 export function addMenuRecipeApi(data) {
   return request({
@@ -145,14 +145,14 @@ export function getMenuRecipeTemplateDetailApi(data) {
     data: data
   })
 }
- 
+
 
 export function menuUpLoadApi(param){
   const formData = new FormData()
   formData.append('file', param.file)
   formData.append('recipeId', param.recipeId)
   return request({
-    url: '/smart-canteen/menu_recipe/recipe/import/dishes',
+    url: '/smart-canteen/cook_recipe/recipe/import/dishes',
     method: 'post',
     data: formData,
     header:'multipart/form-data'
diff --git a/src/views/dish/menu/index.vue b/src/views/dish/menu/index.vue
index e1822409..67715e89 100644
--- a/src/views/dish/menu/index.vue
+++ b/src/views/dish/menu/index.vue
@@ -2,8 +2,8 @@
     
         
             
-             
-         
+            
+        
         
             
                 {{ item.name }}
@@ -11,14 +11,14 @@
             
                 日期
                 
-                    {{item.data}} {{ item.weekValue }} 
+                    {{item.data}} {{ item.weekValue }}
                 
             
             
                 
                     
-                     
+                    
                 
                 
                     
@@ -41,8 +41,8 @@
                             :label="item.stallName"
                             :value="item.stallId"
                         >
-                     
-                 
+                    
+                
                 
                     
-                  
+                
                 
                     搜索
                     重置
                 
             
         
-  
+
         
             
             新增
-              
+            
             
         
-  
+
         
             
                 
@@ -84,7 +84,7 @@
             
                 
                     
-                        
{{scope.row.recipeName}} 
+                        
{{scope.row.recipeName}}
                         
                         
 
@@ -92,13 +92,13 @@
                             
选择菜谱
                             
                          
-                       
+
                      
                     
-                        {{scope.row.recipeName}} 
+                        {{scope.row.recipeName}}
                     
                 
-             
+            
 
             
                 
@@ -111,11 +111,11 @@
                                             {{ lastItem.dishesName }}; 
                                         
                                     
-                                 
+                                
                             
                             
                                 无菜品
-                            
 
+                            
                         
 
                         
@@ -124,19 +124,19 @@
                                     
                                         {{ lastItem.dishesName }}
                                         ...
-                                    
  
+                                    
 
                                 
-                             
+                            
                         
                         
                             无菜品
-                        
 
+                        
                     
                 
-             
+            
             
 
-             
+            
                 
                     指定日期菜谱
                     每日循环菜谱
@@ -146,54 +146,54 @@
             
             
                 
-                     
+                    
                         
                             {{currentMonth}}
-                        
 
+                        
                         
                          
-                    查看详情
 
+                            {{item}}
+                        
+                    查看详情
                     
                 
             
             
-            
+
             
                 
                     设备详情 
+                    @click="handleDevice(scope.row)"
+                    >设备详情
                 
             
             
                 
                     编辑
                     删除
                     导入
                 
             
         
-  
+
         
                         
                         
-                     
+                    
                 
                 
                     
@@ -217,10 +217,10 @@
                             :key="item.recipeId"
                             :label="item.recipeName"
                             :value="item.recipeId"
-                        > 
-                     
-                 
-             
+                        >
+                    
+                
+            
             
             
                 2、上传文件
@@ -244,29 +244,29 @@
                   ref="upload"
                   :http-request="fileUpLoad"
                   action="#"
-                  accept=".xlsx, .xls" 
-                  :show-file-list="false"  
+                  accept=".xlsx, .xls"
+                  :show-file-list="false"
               >
                   上传导入
                 
               
             
             
         
 
 
     
   
-  
+
   
@@ -690,7 +690,7 @@
     color: #606266;
     display: flex;align-items: center;justify-content: center;
     border: 1px solid #e6ebf5;
-    
+
   }
   .dateTable2{
     width: 14%;
@@ -700,4 +700,3 @@
     border: 1px solid #FFF;
   }
   
-  
\ No newline at end of file