fix: 修改用户管理的类型展示问题

This commit is contained in:
100011797 2023-06-06 15:26:31 +08:00
parent fa7b64093d
commit 795c3b7909
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
</PermissionButton>
</template>
<template #type="slotProps">
{{ slotProps.type.name }}
{{ slotProps.type?.name }}
</template>
<template #status="slotProps">
<BadgeStatus