From b5669d7b64fc00aaea74ea3883a27089ad892849 Mon Sep 17 00:00:00 2001 From: wyx <51903@qq.com> Date: Tue, 6 Dec 2022 18:33:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E5=AD=A6=E4=B9=A0?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E5=9B=BE=E6=97=B6=E9=97=B4=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/learningpath/LearningPath.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/learningpath/LearningPath.vue b/src/views/learningpath/LearningPath.vue index 0d565ce2..11ece8ba 100644 --- a/src/views/learningpath/LearningPath.vue +++ b/src/views/learningpath/LearningPath.vue @@ -669,7 +669,6 @@ import ProjCheckShip from "../../components/drawers/ProjCheckPower"; import * as api from "../../api/index1"; import { message } from "ant-design-vue"; import { - toDate, commonData, changeOwnership, // setCookie @@ -1047,10 +1046,10 @@ export default { : "-", creater: value.createName ? value.createName : "-", pubtime: value.publishTime - ? toDate(value.publishTime, "Y-M-D h:m:s") + ? value.publishTime : "-", cretime: value.createTime - ? toDate(value.createTime, "Y-M-D h:m:s") + ? value.createTime : "-", remark: value.remark ? value.remark : "-", };