From eab1525632e8d3adc64a6b677a0643624ea8b0c8 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Fri, 2 Feb 2024 15:46:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E4=BC=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/investigat/InvestigatPage.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/investigat/InvestigatPage.vue b/src/views/investigat/InvestigatPage.vue index e779f79..d21a9a4 100644 --- a/src/views/investigat/InvestigatPage.vue +++ b/src/views/investigat/InvestigatPage.vue @@ -2,10 +2,10 @@
-
-
项目名称:{{ data.projectInfo.projectName }}
-
开课名称:{{ data.projectInfo.courseName }}
-
培训讲师:{{ data.projectInfo.teacherName }}
+
+
项目名称:{{ data.projectInfoList[0].projectName }}
+
开课名称:{{ data.projectInfoList[0].courseName }}
+
培训讲师:{{ item.teacherName }}