From e24778052845b5a438846906f1fbaf4d70163288 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Tue, 27 Feb 2024 09:31:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E6=98=BE=E7=A4=BA=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/investigat/InvestigatPage.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/investigat/InvestigatPage.vue b/src/views/investigat/InvestigatPage.vue index 0d6333a..48d6b87 100644 --- a/src/views/investigat/InvestigatPage.vue +++ b/src/views/investigat/InvestigatPage.vue @@ -3,7 +3,7 @@
-
项目名称:{{ data.projectInfoList[0].projectName }}
+
项目名称:{{ data.projectInfoList[0].projectName }}
开课名称:{{ data.projectInfoList[0].courseName }}
培训讲师:{{ data.projectInfoList.map(item => item.teacherName).join(',') }}
@@ -282,7 +282,8 @@ const { chapterOrStageId, projectStatus, projectEndTime, - isSubmitTrue + isSubmitTrue, + level }, } = useRoute(); const router = useRouter();