From 10725d6e0580f2a1023ba0d575bd0aa557d65b97 Mon Sep 17 00:00:00 2001 From: wyx Date: Sat, 10 Dec 2022 20:14:45 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=E9=A1=B9=E7=9B=AE/=E8=AF=BE=E7=A8=8B?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E6=97=A5=E5=BF=97=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/examine/CourseReviewed.vue | 2 +- src/views/examine/ProjectReviewed.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/examine/CourseReviewed.vue b/src/views/examine/CourseReviewed.vue index d00350d1..ca11c198 100644 --- a/src/views/examine/CourseReviewed.vue +++ b/src/views/examine/CourseReviewed.vue @@ -243,7 +243,7 @@ export default { style="color:#387DF7;cursor:pointer;" onClick={() => { console.log(value); - showProjAuditModal(value.record.auditLogDtoList); + showProjAuditModal(value.record.auditLogDtoList.length!==0?value.record.auditLogDtoList.slice(0,1):[]); }} > 审核日志 diff --git a/src/views/examine/ProjectReviewed.vue b/src/views/examine/ProjectReviewed.vue index d0cb4970..96a480c7 100644 --- a/src/views/examine/ProjectReviewed.vue +++ b/src/views/examine/ProjectReviewed.vue @@ -261,7 +261,7 @@ export default {
{ - showProjAuditModal(value.record.auditList); + showProjAuditModal(value.record.auditList.length!==0?value.record.auditList.slice(value.record.auditList.length-1):[]); }} style="cursor:pointer;color:#387DF7" > From 400af51269d55b7357c63d873e28383e3cb6e925 Mon Sep 17 00:00:00 2001 From: wyx Date: Sat, 10 Dec 2022 20:21:48 +0800 Subject: [PATCH 2/2] =?UTF-8?q?style:=E9=9D=A2=E6=8E=88=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=90=9C=E7=B4=A2=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/courselibrary/CoursewareManage.vue | 36 ++++++++++++++++---- 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 27f91dd7..8d08e81f 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -70,13 +70,18 @@
- + +
+
创建时间:
+ +
+
@@ -5674,6 +5679,23 @@ export default defineComponent({ });