项目下去掉关卡

This commit is contained in:
zhangyc
2023-01-13 14:28:08 +08:00
parent f58d760560
commit 96f3be1812
2 changed files with 5 additions and 5 deletions

View File

@@ -246,8 +246,8 @@ export default {
); );
}, },
}, },
{ /** {
title: "学员关卡", title: "学员阶段",
dataIndex: "currentStageName", dataIndex: "currentStageName",
key: "currentStageName", key: "currentStageName",
width: 60, width: 60,
@@ -261,7 +261,7 @@ export default {
</div> </div>
); );
}, },
}, },*/
{ {
title: "提交时间", title: "提交时间",
dataIndex: "endStudyTime", dataIndex: "endStudyTime",

View File

@@ -261,7 +261,7 @@ export default {
); );
}, },
}, },
{ /** {
title: "学员关卡", title: "学员关卡",
dataIndex: "currentStageName", dataIndex: "currentStageName",
key: "currentStageName", key: "currentStageName",
@@ -276,7 +276,7 @@ export default {
</div> </div>
); );
}, },
}, },*/
{ {
title: "完成时间", title: "完成时间",
dataIndex: "lastStudyTime", dataIndex: "lastStudyTime",