bill %!s(int64=2) %!d(string=hai) anos
pai
achega
523c7bf918
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/roads/index.vue

+ 1 - 1
src/views/roads/index.vue

@@ -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>