From 6d93bf871de31188749210cd637b0b7d15cea173 Mon Sep 17 00:00:00 2001 From: wyx Date: Thu, 5 Jan 2023 11:49:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=AC=E5=85=B1=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E5=AE=8C=E6=88=90=E6=97=B6=E9=97=B4=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/project/ProjectOnlineManage.vue | 4 ++-- src/components/drawers/router/RouterCommonManage.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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",