fix: 修改用户管理的类型展示问题
This commit is contained in:
parent
fa7b64093d
commit
795c3b7909
|
@ -32,7 +32,7 @@
|
|||
</PermissionButton>
|
||||
</template>
|
||||
<template #type="slotProps">
|
||||
{{ slotProps.type.name }}
|
||||
{{ slotProps.type?.name }}
|
||||
</template>
|
||||
<template #status="slotProps">
|
||||
<BadgeStatus
|
||||
|
|
Loading…
Reference in New Issue