用户权限按钮前置权限调整
This commit is contained in:
parent
d9f165b8f0
commit
8158242fde
@ -135,7 +135,7 @@
|
||||
<template slot-scope="scope">
|
||||
<div style="width: 30px;display: inline-block;">
|
||||
<div class="operate-icon-display">
|
||||
<el-tooltip content="用户权限" placement="bottom" :hide-after=2000>
|
||||
<el-tooltip v-if="!scope.row.isOlderVersion && scope.row.hasUserPerm" content="用户权限" placement="bottom" :hide-after=2000>
|
||||
<i class="awsui-iconfont" style="cursor: pointer;padding-right: 10px;" @click="updateUser(scope.row.userId)"></i>
|
||||
</el-tooltip>
|
||||
<el-tooltip content="修改角色" placement="bottom" :hide-after=2000>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user