From 0c5c57d2d0eed2cb00a81389071e51a35dac0007 Mon Sep 17 00:00:00 2001 From: nisen Date: Wed, 25 Oct 2023 14:28:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BE=85=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E5=AE=A1=E6=A0=B8=E5=92=8C=E9=A2=84=E8=A7=88?= =?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/examine/CourseReviewedN.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/examine/CourseReviewedN.vue b/src/views/examine/CourseReviewedN.vue index 24d1929c..23945bff 100644 --- a/src/views/examine/CourseReviewedN.vue +++ b/src/views/examine/CourseReviewedN.vue @@ -404,14 +404,15 @@ export default { { - showAudit( + {/* showAudit( value.record.createrId, value.record.creater, value.record.offId, value.record.type, value.record.id, value.record.courseId - ); + ); */} + window.open(window.location.protocol + process.env.VUE_APP_BOE_API_URL + '/pc/examine/notapproved','notapproved') }} > 审核 @@ -435,14 +436,14 @@ export default { :'' } -   + {/*   { getFaceDetail(value.record.offId); }} style="cursor:pointer;color:#387DF7"> 预览 - + */} ); },