|  | @@ -46,12 +46,12 @@
 | 
	
		
			
				|  |  |        <el-table-column prop="createdAt" v-col="'createdAt'" label="创建时间" width="170" align="center"></el-table-column>
 | 
	
		
			
				|  |  |        <el-table-column label="操作" width="220" v-col="'handle'" align="center" fixed="right">
 | 
	
		
			
				|  |  |          <template #default="scope">
 | 
	
		
			
				|  |  | -          <el-button size="small" type="text" @click="onOpenEditRole(scope.row)" v-auth="'edit'">修改</el-button>
 | 
	
		
			
				|  |  | +          <el-button size="small" text type="primary" @click="onOpenEditRole(scope.row)" v-auth="'edit'">修改</el-button>
 | 
	
		
			
				|  |  |            <el-button size="small" text type="info" @click="onRowDel(scope.row)" v-auth="'del'">删除</el-button>
 | 
	
		
			
				|  |  |            <el-button size="small" text type="success" @click="permission(scope.row)" v-auth="'role-premission'">角色权限</el-button>
 | 
	
		
			
				|  |  |            <el-button size="small" text type="info" @click="dataPermission(scope.row)" v-auth="'data-premission'">数据权限</el-button>
 | 
	
		
			
				|  |  |            <!-- <el-dropdown size="small">
 | 
	
		
			
				|  |  | -              <el-button type="text" size="small" style="margin-top:1px;margin-left:10px">更多
 | 
	
		
			
				|  |  | +              <el-button text type="primary" size="small" style="margin-top:1px;margin-left:10px">更多
 | 
	
		
			
				|  |  |                  <el-icon>
 | 
	
		
			
				|  |  |                    <ele-ArrowDown />
 | 
	
		
			
				|  |  |                  </el-icon>
 |