bug fiexd: GlobalSearch组件布丁(暂时以默认icon代替搜索结果图标)

This commit is contained in:
ray_wuhao 2023-06-15 13:43:27 +08:00
parent a010bd1793
commit 936ddf3c14

View File

@ -167,11 +167,7 @@ const GlobalSeach = defineComponent({
}}
>
<div class="content-item-icon">
{curr?.meta?.icon ? (
<RayIcon name={curr.meta.icon} size="24" />
) : (
<RayIcon name="table" size="24" />
)}
<RayIcon name="table" size="24" />
</div>
<div class="content-item-label">
{curr.breadcrumbLabel}