!658 【功能修复】用户管理:如果没有修改权限,则禁用状态开关

Merge pull request !658 from jinmh/master
pull/662/head
芋道源码 2025-01-17 11:37:20 +00:00 committed by Gitee
commit 43ebd50a42
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@
:active-value="0"
:inactive-value="1"
@change="handleStatusChange(scope.row)"
:disabled="!checkPermi(['system:user:update'])"
/>
</template>
</el-table-column>