| 
					
				 | 
			
			
				@@ -853,7 +853,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     if (this.teamStatus == "PROGRESS" || this.teamStatus == "PAUSE") { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.cooperDisabled = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.cooperDisabled = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.cooperDisabled = false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   deactivated() {}, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -994,7 +994,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       if (this.teamStatus == "PROGRESS" || this.teamStatus == "PAUSE") { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.cooperDisabled = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.cooperDisabled = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.cooperDisabled = false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       if (this.$route.query.id) { 
			 |