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

pull/658/head
jinmh716 2025-01-15 10:22:06 +08:00
parent e9950929de
commit 86bb36fc2f
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>