| 
					
				 | 
			
			
				@@ -184,12 +184,6 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     return () => ( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <div class={styles.videoClass}> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          {/* <ColHeader 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            class={styles.classHeader} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            border={false} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            isFixed={false} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            background="#fff" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          /> */} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <div class={styles.resjetStudentWrap}> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <img src={rejectLogo} class={styles.rejectLogo} alt="" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <img src={studentText} class={styles.studentText} alt="" /> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -327,7 +321,7 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             position="bottom" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             style={{ height: '60%' }} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             teleport="body" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            onUpdate: show={val => (data.searchStatus = val)} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            onUpdate:show={val => (data.searchStatus = val)} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <SubjectModel 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               subjectList={data.subjectList} 
			 |