mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
提交修改
This commit is contained in:
@@ -561,11 +561,11 @@ export default {
|
||||
//教师转化
|
||||
if(item.teacher){
|
||||
let dotIdx=item.teacher.indexOf(',');
|
||||
if(item.teacher.indexOf(',')){
|
||||
item.teacher=item.teacher.substring(0,dotIdx);
|
||||
if(dotIdx>0){
|
||||
item.teacher=item.teacher.substring(0,dotIdx);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//转化标红显示
|
||||
item.title=item.name;
|
||||
if(that.course.keyword){
|
||||
|
||||
Reference in New Issue
Block a user