| 
					
				 | 
			
			
				@@ -61,7 +61,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           let list = []; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           for(let i=0;i<res.data.labSafeApplyRelations.length;i++){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             let name = res.data.labSafeApplyRelations[i].account?res.data.labSafeApplyRelations[i].userName+'('+res.data.labSafeApplyRelations[i].account+')':res.data.labSafeApplyRelations[i].userName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            let type = res.data.labSafeApplyRelations[i].userType==1?'学生':'老师'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            let type = res.data.labSafeApplyRelations[i].userType==1?'老师':'学生'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             let time = res.data.labSafeApplyRelations[i].entryTime; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             let action = res.data.labSafeApplyRelations[i].action; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             let roomNumber = res.data.labSafeApplyRelations[i].roomNumber; 
			 |