diff --git a/src/components/drawers/project/ProjectEvalManage.vue b/src/components/drawers/project/ProjectEvalManage.vue index 9f40ef10..d625e0c4 100644 --- a/src/components/drawers/project/ProjectEvalManage.vue +++ b/src/components/drawers/project/ProjectEvalManage.vue @@ -246,8 +246,8 @@ export default { ); }, }, - { - title: "学员关卡", + /** { + title: "学员阶段", dataIndex: "currentStageName", key: "currentStageName", width: 60, @@ -261,7 +261,7 @@ export default { ); }, - }, + },*/ { title: "提交时间", dataIndex: "endStudyTime", diff --git a/src/components/drawers/project/ProjectOnlineManage.vue b/src/components/drawers/project/ProjectOnlineManage.vue index 77064fb0..416557ff 100644 --- a/src/components/drawers/project/ProjectOnlineManage.vue +++ b/src/components/drawers/project/ProjectOnlineManage.vue @@ -261,7 +261,7 @@ export default { ); }, }, - { + /** { title: "学员关卡", dataIndex: "currentStageName", key: "currentStageName", @@ -276,7 +276,7 @@ export default { ); }, - }, + },*/ { title: "完成时间", dataIndex: "lastStudyTime",