From a24908b8720e49053082267e0604b5fc3ce41341 Mon Sep 17 00:00:00 2001 From: zhangyanli Date: Thu, 21 May 2026 15:10:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=9A=84=E5=BB=BA=E6=A1=A3?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E3=80=81=E8=80=83=E6=A0=B8=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E7=9A=84=E5=BD=92=E6=A1=A3=E6=97=A5=E6=9C=9F=E3=80=81=E8=80=83?= =?UTF-8?q?=E6=A0=B8=E6=88=90=E7=BB=A9=E7=BB=9F=E8=AE=A1=E8=A1=A8=E7=9A=84?= =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E6=97=A5=E6=9C=9F=E7=BB=9F=E4=B8=80=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E7=8F=AD=E7=BA=A7=E7=9A=84=E7=BB=93=E6=9D=9F=E6=97=A5?= =?UTF-8?q?=E3=80=82=20=E8=AF=95=E9=A2=98=E7=9A=84=E8=80=83=E8=AF=95?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E5=8F=AA=E6=98=BE=E7=A4=BA=E6=97=A5=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/archives/semester/results.vue | 2 +- src/views/archives/user/info.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/archives/semester/results.vue b/src/views/archives/semester/results.vue index e0c7dbd..689c7e3 100644 --- a/src/views/archives/semester/results.vue +++ b/src/views/archives/semester/results.vue @@ -14,7 +14,7 @@
- 报表日期:{{ formatDate(new Date()) }} + 报表日期:{{ formatDate(new Date(clazz.END_TIME)) }}
diff --git a/src/views/archives/user/info.vue b/src/views/archives/user/info.vue index 2c27bc4..11dc361 100644 --- a/src/views/archives/user/info.vue +++ b/src/views/archives/user/info.vue @@ -19,7 +19,7 @@
建档日期 - :{{ classInfo.STUDY_END_TIME?formatDate(new Date(classInfo.STUDY_END_TIME)):'' }} + :{{ formatDate(new Date(classInfo.END_TIME)) }} @@ -393,7 +393,7 @@
- 归档日期:{{ classInfo.STUDY_END_TIME?formatDate(new Date(classInfo.STUDY_END_TIME)):'' }} + 归档日期:{{ formatDate(new Date(classInfo.END_TIME)) }} @@ -535,7 +535,7 @@ 分数:{{ paper.EXAMSCORE||0 }} - 考试时间:{{ paper.EXAMTIMEEND }} + 考试时间:{{ paper.EXAMTIMEEND?formatDate(new Date(paper.EXAMTIMEEND)):"未参加考试" }} 签字: