diff --git a/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue b/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue
index 31666046..a4d1d7a6 100644
--- a/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue
+++ b/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue
@@ -11,6 +11,8 @@
         
           
             
+              {{ dict.getLabel('financingDemandApplyType', detail.applyType) }}
+              
               
                 {{ detail.loanAmount }}
                 
@@ -19,13 +21,14 @@
                 
                   {{ dict.getLabel('financialFundPurpose', detail.fundPurpose) }}
                 
-                
+                
                   {{ detail.enterpriseName }}
                   
+                           @click="showEnterpriseDetail=true">
                     企业详情
                   
                 
+                
                 {{ detail.createUserName }}
                 {{ detail.areaName }}
                 {{ detail.phone }}
@@ -68,14 +71,24 @@
         
       
     
+    
+      
+      
+        关闭
+      
+