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:
@@ -5,7 +5,7 @@
|
||||
<div class="header_wrap" v-if="data.projectInfoList&&type!=1">
|
||||
<div>项目名称:{{ data.projectInfoList[0].projectName }}</div>
|
||||
<div>开课名称:{{ data.projectInfoList[0].courseName }}</div>
|
||||
<div>培训讲师:<span v-for="(item, index) in data.projectInfoList" :key="index">{{ item.teacherName }}</span></div>
|
||||
<div>培训讲师:{{ data.projectInfoList.map(item => item.teacherName).join(',') }}</div>
|
||||
</div>
|
||||
<div class="notice">
|
||||
<div class="noticebox">
|
||||
|
||||
Reference in New Issue
Block a user