| 
					
				 | 
			
			
				@@ -311,7 +311,7 @@ const actionItems = (item) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   if (props.tab === 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     arr.push( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        title: item?.jobClosed ? '邀请面试(职位已关闭)' : (item.handleStatus ? '邀请面试(已邀面试或已标记为不合适)' : '邀请面试'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        title: item?.jobClosed ? '邀请面试(职位已关闭)' : (item.handleStatus ? '邀请面试(已邀面试)' : '邀请面试'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         disabled: item?.jobClosed || item.handleStatus, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         color: 'success', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         click: handleInterviewInvite, 
			 |