| 
					
				 | 
			
			
				@@ -688,7 +688,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   beforeDestroy () { }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   methods: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     isNotEditing: function () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      return !(this.teamStatus === 'resetTeam' || this.teamStatus === 'teamDraft' || this.teamStatus === 'teamAudit' || this.teamStatus === 'newTeam') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      return !(this.teamStatus === 'resetTeam' || this.teamStatus === 'teamDraft' || this.teamStatus === 'teamAudit' || this.teamStatus === 'newTeam' || this.teamStatus === 'teamList') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     changeFeeType (val) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       // console.log(val == "ONLINE"); 
			 |