我的浏览bug修改
This commit is contained in:
parent
133553b6a1
commit
b8afda6f0a
|
@ -39,7 +39,9 @@
|
|||
<a-list-item>
|
||||
<a-skeleton avatar :title="false" :loading="!!item.loading" active>
|
||||
<a-list-item-meta
|
||||
:description="item.description || '--'"
|
||||
:description="
|
||||
tabList[tabIndex] != '知识库' ? item.description || '--' : ''
|
||||
"
|
||||
style="position: relative"
|
||||
>
|
||||
<template #title>
|
||||
|
|
Loading…
Reference in New Issue