mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-08 16:32:43 +08:00
【功能修复】用户管理:如果没有修改权限,则禁用状态开关
This commit is contained in:
parent
e9950929de
commit
86bb36fc2f
@ -124,6 +124,7 @@
|
||||
:active-value="0"
|
||||
:inactive-value="1"
|
||||
@change="handleStatusChange(scope.row)"
|
||||
:disabled="!checkPermi(['system:user:update'])"
|
||||
/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
Loading…
x
Reference in New Issue
Block a user