| 
					
				 | 
			
			
				@@ -156,8 +156,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 {{ scope.row.username }} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <p style="color: #f56c6c"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  (<copy-text>{{ scope.row.userId }}</copy-text 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  >) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  (<copy-text>{{ scope.row.userId }}</copy-text>) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </template> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -370,7 +369,7 @@ import { getTimes } from "@/utils"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import qs from "qs"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { permission } from "@/utils/directivePage"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { findStudentAttendance } from "@/api/buildTeam"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-import { Export } from "@/utils/downLoadFile";  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import { Export } from "@/utils/downLoadFile"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import cleanDeep from "clean-deep"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // import { queryTeacherAttendances } from "@/api/recodeManager"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { courseType, courseListType, stuAttendance } from "@/utils/searchArray"; 
			 |