mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 05:16:43 +08:00
对高亮显的调整
This commit is contained in:
@@ -96,7 +96,8 @@
|
|||||||
<div style="width:80%" class="course-title two-line-ellipsis" :title="cinfo.title" v-html="cinfo.name"></div>
|
<div style="width:80%" class="course-title two-line-ellipsis" :title="cinfo.title" v-html="cinfo.name"></div>
|
||||||
<div class="course-info">
|
<div class="course-info">
|
||||||
<div class="course-info-user">
|
<div class="course-info-user">
|
||||||
<span class="course-info-author" v-if="cinfo.teacher">{{cinfo.teacher=='BOE教师'? '':cinfo.teacher}}</span>
|
<!-- <span class="course-info-author" v-if="cinfo.teacher">{{cinfo.teacher=='BOE教师'? '':cinfo.teacher}}</span> -->
|
||||||
|
<span class="course-info-author" v-if="cinfo.teacher" v-html="cinfo.teacher"></span>
|
||||||
<span class="course-info-studys" >{{formatNum(cinfo.studies)}}人学习</span>
|
<span class="course-info-studys" >{{formatNum(cinfo.studies)}}人学习</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="course-info-score">
|
<div class="course-info-score">
|
||||||
@@ -737,6 +738,9 @@ export default {
|
|||||||
item.teacher=item.teacher.substring(0,dotIdx);
|
item.teacher=item.teacher.substring(0,dotIdx);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if(item.teacher && item.teacher=='BOE教师'){
|
||||||
|
item.teacher='';
|
||||||
|
}
|
||||||
|
|
||||||
//转化标红显示
|
//转化标红显示
|
||||||
item.title=item.name;
|
item.title=item.name;
|
||||||
|
|||||||
Reference in New Issue
Block a user