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();