Quellcode durchsuchen

📦 增加荣誉奖项

快乐的梦鱼 vor 2 Monaten
Ursprung
Commit
21db0a377b
1 geänderte Dateien mit 10 neuen und 0 gelöschten Zeilen
  1. 10 0
      src/pages/details/intangible.vue

+ 10 - 0
src/pages/details/intangible.vue

@@ -118,6 +118,15 @@
           ]" 
         />
       </div>
+      <!-- 传承谱系 -->
+      <div v-show="currentTabId==11">
+        <SimpleRichHtml 
+          class="news-content"
+          :contents="[
+            content.prize
+          ]" 
+        />
+      </div>
     </template>
   </TabDetailView>
 </template>
@@ -178,6 +187,7 @@ async function loadData(id: number) {
       { id: 5, text: '非遗传习中心', visible: Boolean(d.ichSitesList && (d.ichSitesList as any[]).length > 0) },
       { id: 6, text: '非遗传承人', visible: Boolean(d.inheritorsList && (d.inheritorsList as any[]).length > 0) },
       { id: 10, text: '传承谱系', visible: Boolean(d.pedigree) },
+      { id: 11, text: '荣誉奖项', visible: Boolean(d.prize) },
       { id: 7, text: '相关资讯', visible: Boolean(d.associationMeList && (d.associationMeList as any[]).length > 0) },
     ]
   };