diff --git a/src/components/drawers/project/ProjectOnlineManage.vue b/src/components/drawers/project/ProjectOnlineManage.vue index a6dea074..ac1239b6 100644 --- a/src/components/drawers/project/ProjectOnlineManage.vue +++ b/src/components/drawers/project/ProjectOnlineManage.vue @@ -245,8 +245,8 @@ export default { }, { title: "完成时间", - dataIndex: "endStudyTime", - key: "endStudyTime", + dataIndex: "lastStudyTime", + key: "lastStudyTime", width: 100, align: "center", className: "h", diff --git a/src/components/drawers/router/RouterCommonManage.vue b/src/components/drawers/router/RouterCommonManage.vue index 8c50c7ca..e3d80578 100644 --- a/src/components/drawers/router/RouterCommonManage.vue +++ b/src/components/drawers/router/RouterCommonManage.vue @@ -245,8 +245,8 @@ export default { }, { title: "完成时间", - dataIndex: "endStudyTime", - key: "endStudyTime", + dataIndex: "lastStudyTime", + key: "lastStudyTime", width: 100, align: "center", className: "h",