1、新增教学大纲,报专业名称重复,其实是code重复,修复;
2、已经限制教员排课的,教员仍然可以排课的问题修复
This commit is contained in:
@@ -877,6 +877,7 @@ export default {
|
||||
const ext = []
|
||||
if (s.nd) ext.push(s.nd + '年')
|
||||
if (s.xqdc) ext.push('第' + s.xqdc + '学期')
|
||||
if (Number(s.kfjypk) !== 1) ext.push('未开放教员排课')
|
||||
return ext.length ? `${name}(${ext.join(' ')})` : name
|
||||
},
|
||||
remainHours(c) {
|
||||
|
||||
Reference in New Issue
Block a user