|  |  | @ -229,6 +229,11 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |       type: Array, |  |  |  |       type: Array, | 
			
		
	
		
		
			
				
					
					|  |  |  |       required: true |  |  |  |       required: true | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     withFieldsSearch: { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       type: Boolean, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       required: false, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       default: null | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     template: { |  |  |  |     template: { | 
			
		
	
		
		
			
				
					
					|  |  |  |       type: Object, |  |  |  |       type: Object, | 
			
		
	
		
		
			
				
					
					|  |  |  |       required: true |  |  |  |       required: true | 
			
		
	
	
		
		
			
				
					|  |  | @ -297,7 +302,11 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |     fieldNames: FieldType.computed.fieldNames, |  |  |  |     fieldNames: FieldType.computed.fieldNames, | 
			
		
	
		
		
			
				
					
					|  |  |  |     fieldIcons: FieldType.computed.fieldIcons, |  |  |  |     fieldIcons: FieldType.computed.fieldIcons, | 
			
		
	
		
		
			
				
					
					|  |  |  |     isShowFieldSearch () { |  |  |  |     isShowFieldSearch () { | 
			
		
	
		
		
			
				
					
					|  |  |  |       return this.submitterDefaultFields.length > 15 |  |  |  |       if (this.withFieldsSearch === false) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         return false | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       } else { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         return this.submitterDefaultFields.length > 15 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       } | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     defaultFieldsIndex () { |  |  |  |     defaultFieldsIndex () { | 
			
		
	
		
		
			
				
					
					|  |  |  |       return this.defaultFields.reduce((acc, field) => { |  |  |  |       return this.defaultFields.reduce((acc, field) => { | 
			
		
	
	
		
		
			
				
					|  |  | 
 |