mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-07 01:46:45 +08:00
修改项目名称显示隐藏
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<!-- <TitleHead text="【调研】管理者进阶腾飞班 - 培训阶段性调研"></TitleHead> -->
|
<!-- <TitleHead text="【调研】管理者进阶腾飞班 - 培训阶段性调研"></TitleHead> -->
|
||||||
<ReturnHead text="评估详情"></ReturnHead>
|
<ReturnHead text="评估详情"></ReturnHead>
|
||||||
<div class="header_wrap" v-if="data.projectInfoList&&type!=1">
|
<div class="header_wrap" v-if="data.projectInfoList&&type!=1">
|
||||||
<div>项目名称:{{ data.projectInfoList[0].projectName }}</div>
|
<div v-if="level">项目名称:{{ data.projectInfoList[0].projectName }}</div>
|
||||||
<div>开课名称:{{ data.projectInfoList[0].courseName }}</div>
|
<div>开课名称:{{ data.projectInfoList[0].courseName }}</div>
|
||||||
<div>培训讲师:{{ data.projectInfoList.map(item => item.teacherName).join(',') }}</div>
|
<div>培训讲师:{{ data.projectInfoList.map(item => item.teacherName).join(',') }}</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -282,7 +282,8 @@ const {
|
|||||||
chapterOrStageId,
|
chapterOrStageId,
|
||||||
projectStatus,
|
projectStatus,
|
||||||
projectEndTime,
|
projectEndTime,
|
||||||
isSubmitTrue
|
isSubmitTrue,
|
||||||
|
level
|
||||||
},
|
},
|
||||||
} = useRoute();
|
} = useRoute();
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
|
|||||||
Reference in New Issue
Block a user