@@ -51,7 +51,7 @@
:getURL="(data) => data?.table?.url || data.url"
>
<template v-slot="{ data }">
- <p>{{ data.title || "默认标题" }}</p>
+ <p v-if="currentType === TypeEnum.Table">{{ data.title || "默认标题" }}</p>
</template>
</Photos>