mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
fix:修改测评和作业跳转
This commit is contained in:
@@ -496,11 +496,11 @@
|
|||||||
: item.type === 2
|
: item.type === 2
|
||||||
? faceTeachModel(item)
|
? faceTeachModel(item)
|
||||||
: item.type === 4
|
: item.type === 4
|
||||||
? evaluationModel(item)
|
? homeworkModel(item)
|
||||||
: item.type === 5
|
: item.type === 5
|
||||||
? examinationModel(item, value.name)
|
? examinationModel(item, value.name)
|
||||||
: item.type === 10
|
: item.type === 10
|
||||||
? homeworkModel(item)
|
? evaluationModel(item)
|
||||||
: null
|
: null
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user