소스 검색

🐛 修改非遗相关tab标题文字

imengyu 2 주 전
부모
커밋
6d9cde244f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/details/IntangibleDetailView.vue

+ 1 - 1
src/views/details/IntangibleDetailView.vue

@@ -128,7 +128,7 @@ async function loadData(id: number) {
       { id: 1, text: '相册', visible: d.images.length > 0  },
       { id: 2, text: '音频', visible: Boolean(d.audio) },
       { id: 3, text: '视频', visible: Boolean(d.video) },
-      { id: 4, text: '非遗作品', visible: Boolean(d.associationMeList && (d.associationMeList as any[]).length > 0) },
+      { id: 4, text: '相关非遗', visible: Boolean(d.associationMeList && (d.associationMeList 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) },
     ]