| 
					
				 | 
			
			
				@@ -68,7 +68,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               icon="el-icon-plus" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               size="mini" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               @click="handleAdd" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              v-hasPermi="['system:user:add']" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             >新增</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </el-col> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <el-col :span="1.5"> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -79,7 +78,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               size="mini" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               :disabled="single" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               @click="handleUpdate" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              v-hasPermi="['system:user:edit']" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             >修改</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </el-col> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <el-col :span="1.5"> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -90,7 +88,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               size="mini" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               :disabled="multiple" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               @click="handleDelete" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              v-hasPermi="['system:user:remove']" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             >删除</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </el-col> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <right-toolbar :showSearch.sync="showSearch" @queryTable="getList" :columns="columns"></right-toolbar> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -121,20 +118,17 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 type="text" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 icon="el-icon-edit" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 @click="handleUpdate(scope.row)" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                v-hasPermi="['system:user:edit']" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               >修改</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <el-button 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 size="mini" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 type="text" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 icon="el-icon-delete" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                @click="handleDelete(scope.row)" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                v-hasPermi="['system:user:remove']" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               >删除</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              <el-dropdown size="mini" @command="(command) => handleCommand(command, scope.row)" v-hasPermi="['simulator:user:resetPwd', 'simulator:user:edit']"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <el-dropdown size="mini" @command="(command) => handleCommand(command, scope.row)" v-hasPermi="['sim:student:resetPwd', 'sim:student:edit']"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <el-button size="mini" type="text" icon="el-icon-d-arrow-right">更多</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <el-dropdown-menu slot="dropdown"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   <el-dropdown-item command="handleResetPwd" icon="el-icon-key" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    v-hasPermi="['simulator:user:resetPwd']">重置密码</el-dropdown-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    v-hasPermi="['sim:student:resetPwd']">重置密码</el-dropdown-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </el-dropdown-menu> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </el-dropdown> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </template> 
			 |