@@ -89,6 +89,16 @@ $(document).ready(function() {
}
,{
+ field: 'pointType',
+ title: '积分方式',
+ sortable: false,
+ sortName: 'pointType',
+ formatter:function(value, row , index){
+ return jp.getDictLabel(${fns:toJson(fns:getDictList('point_type'))}, value, "-");
+ }
+
+ ,{
field: 'adjustReason',
title: '变动原因',
sortable: false,