mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 08:16:46 +08:00
BUG 课程库下 1、面授课列表 里 学习人数 = 该面授课所有开课的学员数总和 再去重 2、面授课列表里 是否停用列 有的是-1
This commit is contained in:
@@ -1727,6 +1727,8 @@ const columns1 = [
|
||||
return "停用";
|
||||
case "1":
|
||||
return "启用";
|
||||
case "-1":
|
||||
return "已删除";
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user