mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
多讲师展示
This commit is contained in:
@@ -378,8 +378,12 @@
|
||||
</div>
|
||||
|
||||
<div class="course-info">
|
||||
<div class="course-info-user" v-if="cinfo.teacher">
|
||||
<el-tooltip :content="cinfo.teacher" placement="bottom" effect="light">
|
||||
<span>{{ cinfo.teacher }}</span>
|
||||
</el-tooltip>
|
||||
</div>
|
||||
<div class="course-info-user">
|
||||
<span class="course-info-author" v-if="cinfo.teacher" v-html="cinfo.teacher"></span>
|
||||
<span class="course-info-studys">{{ formatNum(cinfo.studies) }}人学习</span>
|
||||
</div>
|
||||
<div class="course-info-score">
|
||||
|
||||
Reference in New Issue
Block a user