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

Merge pull request !658 from jinmh/master
This commit is contained in:
芋道源码 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

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>