moonsflyer 9 сар өмнө
parent
commit
e9bcfc66ea

+ 1 - 1
public/assets/js/backend/qingdong/customer/customer.js

@@ -310,7 +310,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
 						},operate:'like',searchable:true
 					},
 					// {field : 'subname', title : '助记名称',operate:'like'},
-					// {field : 'owner_staff.name', title : '归属员工',operate:false},
+					{field : 'owner_staff.name', title : '归属员工',operate:false},
 					// {field : 'owner_staff_id', title : '归属员工',visible:false,operate:'=',searchList:$.getJSON("qingdong/customer/customer/stafflist")},
 					// {field : 'contract_status', title : '成交状态',operate:'=',searchList:{0:'未成交',1:'已成交'},formatter:Table.api.formatter.status},
 					// {field : 'industry', title : '客户所属',operate:'like'},