| 
					
				 | 
			
			
				@@ -132,14 +132,13 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </el-table-column> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <el-table-column align="center" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                            label="操作"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <!-- teacherAttendance/agreeTeacherAttendanceComplaints --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <template slot-scope="scope"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <el-button type="text" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                           v-if="permission('teacherAttendance/operation')" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                           v-if="permission('studentCompetition/lookDetail')" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                            @click="lookDetail(scope.row)">查看</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <el-button type="text" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                           v-if="permission('teacherAttendance/operation')" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                           v-if="permission('studentCompetition/update')" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                            @click="onReview(scope.row)">评审</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </template> 
			 |