moonsflyer 9 mesi fa
parent
commit
7c55d214ef
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      public/assets/js/backend/qingdong/customer/cusrecord.js

+ 4 - 4
public/assets/js/backend/qingdong/customer/cusrecord.js

@@ -32,12 +32,12 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                 [
                     {field: 'createtime', title: '跟进时间', operate:'RANGE', addclass:'datetimerange', formatter: Table.api.formatter.datetime},
                     {
-                        field : 'name', title : '跟进内容',  formatter : function (value, row, index) {
+                        field : 'content', title : '跟进内容',  formatter : function (value, row, index) {
                             if(value ==''){
                                 value = '无';
                             }
-                            return 12;
-                        },operate:true
+                            return '';
+                        },operate:false
                     },
 
                     {field : 'content', title : '跟进内容', formatter : function (value, row, index) {
@@ -45,7 +45,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                                 return  row.content;
                             }
                             return '';
-                        },operate:false},
+                        },operate:true},
                     {field : 'file', title : '文件', formatter : function (value, row, index) {
                             $file = '';
                            for (i=0;i<value.length;i++){