| 
					
				 | 
			
			
				@@ -27,7 +27,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         {checkbox: true}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         {field: 'id', title: __('Id')}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         {field: 'title', title: __('Title'), operate: 'LIKE'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        {field: 'goldnum', title: __('Goldnum'), operate:'BETWEEN'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        {field: 'goldnum', title: __('Goldnum')}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        {field: 'woman_goldnum', title: __('Woman_goldnum')}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         {field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     ] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 ] 
			 |