mirror of https://github.com/halo-dev/halo-admin
fix: user filter list will fail to load the avatar after searching
parent
6244e8b5c0
commit
aee29535a5
|
@ -96,6 +96,7 @@ const searchResults = computed(() => {
|
|||
<VEntityField>
|
||||
<template #description>
|
||||
<VAvatar
|
||||
:key="user.metadata.name"
|
||||
:alt="user.spec.displayName"
|
||||
:src="user.spec.avatar"
|
||||
size="md"
|
||||
|
|
Loading…
Reference in New Issue