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