标签关联课程下面展示标签

This commit is contained in:
王卓煜
2025-09-19 17:12:24 +08:00
parent 2aa36c82ab
commit a51d87fbe8

View File

@@ -371,6 +371,9 @@
<span v-if="cinfo.type == 40" class="course-type-left">学习项目</span>
</div>
<div class="course-title two-line-ellipsis" :title="cinfo.title" v-html="cinfo.name"></div>
<el-tag v-for="tag in cinfo.tagList" v-if="cinfo.tagList && cinfo.tagList.length > 0" :style="{ color: '',margin: '5px'}">
{{tag.tagName}}
</el-tag>
<!-- 关键字 -->
<div class="keywordInfo-every">
<div class="keywordInfo" v-for="(keyword, index) in cinfo.keywordsActive" :key="index">