diff --git a/project/fengdu/app/AppResidentIntegrating/components/Detail.vue b/project/fengdu/app/AppResidentIntegrating/components/Detail.vue
index 685b797b..1975a4cc 100644
--- a/project/fengdu/app/AppResidentIntegrating/components/Detail.vue
+++ b/project/fengdu/app/AppResidentIntegrating/components/Detail.vue
@@ -37,14 +37,7 @@
                     @getList="getList" :col-configs="colConfigs" :dict="dict">
             
               
-                {{ row.changeIntegral | formatTime }}
-                {{ row.integralCalcType == 0 ? '-' : '+' }}{{ row.changeIntegral }}
-              
-            
-            
-              
-                积分调整
-                {{ row.eventType }}
+                {{ row.integralCalcType == 0 ? '-' : '+' }}{{ row.changeIntegral }}
               
             
             
@@ -87,9 +80,9 @@
       colConfigs() {
         return [
           {prop: "doTime", label: '时间', align: "left", width: "200px"},
-          {slot: "integralType", label: '类型', align: "center", width: "240px", dict: "integralType"},
+          {prop: "integralType", label: '类型', align: "center", width: "240px", dict: "integralType"},
           {slot: "changeIntegral"},
-          {prop: "nowIntegral", label: '剩余积分', align: "center", width: "200px"},
+          {prop: "nowIntegral", label: '剩余积分', align: "center" },
           {slot: "eventDesc"},
         ]
       }