|  | @@ -26,10 +26,11 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
 | 
	
		
			
				|  |  |                      [
 | 
	
		
			
				|  |  |                          {checkbox: true},
 | 
	
		
			
				|  |  |                          {field: 'id', title: __('Id')},
 | 
	
		
			
				|  |  | -                        {field: 'uid', title: __('Uid')},
 | 
	
		
			
				|  |  | +//                        {field: 'uid', title: __('Uid')},
 | 
	
		
			
				|  |  |                          {field: 'usera.username', title: __('Usera.username'), operate: 'LIKE'},
 | 
	
		
			
				|  |  | -                        {field: 'relation_id', title: __('Relation_id')},
 | 
	
		
			
				|  |  | -                        {field: 'to_uid', title: __('To_uid')},
 | 
	
		
			
				|  |  | +//                        {field: 'relation_id', title: __('Relation_id')},
 | 
	
		
			
				|  |  | +                        {field: 'relation.name', title: __('Relation.name'), operate: 'LIKE'},
 | 
	
		
			
				|  |  | +//                        {field: 'to_uid', title: __('To_uid')},
 | 
	
		
			
				|  |  |                          {field: 'userb.username', title: __('Userb.username'), operate: 'LIKE'},
 | 
	
		
			
				|  |  |                          {field: 'status', title: __('Status'), searchList: {"0":__('Status 0'),"1":__('Status 1'),"2":__('Status 2')}, formatter: Table.api.formatter.status},
 | 
	
		
			
				|  |  |                          {field: 'createtime', title: __('Createtime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
 |