Browse Source

用户详情页调整

ZhangWenQiang 6 years ago
parent
commit
19502fd2d9

+ 8 - 2
happy-job-base-system/src/main/webapp/webpage/modules/jfmanager/mpPointsDetailOwnerList.js

@@ -89,10 +89,16 @@ $(document).ready(function() {
 
             }
 			,{
-		        field: 'pointType',
+		        field: 'adjustReason',
 		        title: '变动原因',
 		        sortable: false,
-		        sortName: 'adjustReason'
+		        sortName: 'adjustReason',
+		        formatter:function(value, row , index){
+		            if(value){
+                        return value;
+                    }
+                    return "-";
+		        }
 		       
 		    }
             ,{