fix: 权限设置问题
parent
a6fea11b09
commit
488f0166be
|
@ -89,7 +89,7 @@
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-popover>
|
</el-popover>
|
||||||
<el-dropdown @command="(command) => handleCommand(command, scope.$index, scope.row)"
|
<el-dropdown @command="(command) => handleCommand(command, scope.$index, scope.row)"
|
||||||
v-hasPermi="['system:user:delete', 'system:user:update-password', 'system:permission:assign-user-role']">
|
v-hasPermi="['system:tenant:disable', 'system:tenant:commission', 'system:tenant:notice', 'system:tenant:banner']">
|
||||||
<el-button size="mini" type="text" icon="el-icon-d-arrow-right">更多</el-button>
|
<el-button size="mini" type="text" icon="el-icon-d-arrow-right">更多</el-button>
|
||||||
<el-dropdown-menu slot="dropdown">
|
<el-dropdown-menu slot="dropdown">
|
||||||
<el-dropdown-item command="handleDisabled" size="mini" type="text" icon="el-icon-video-pause"
|
<el-dropdown-item command="handleDisabled" size="mini" type="text" icon="el-icon-video-pause"
|
||||||
|
|
Loading…
Reference in New Issue