Skip to content

Commit

Permalink
bug:限制导入类型的用户组不可编辑 #2224
Browse files Browse the repository at this point in the history
  • Loading branch information
lannoy0523 authored May 31, 2024
1 parent fe26c4e commit 51f6d69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<template #default="{ row }">
<operation-list
:list="[
{ label: $t('edit'), clickEvent: () => editRoleHandler(row) },
!row.source && { label: $t('edit'), clickEvent: () => editRoleHandler(row) },
{ label: $t('delete'), clickEvent: () => deleteRoleHandler(row) }
]"></operation-list>
</template>
Expand Down

0 comments on commit 51f6d69

Please sign in to comment.