mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-09 19:06:47 +08:00
评估显示开课名称
This commit is contained in:
@@ -2,6 +2,11 @@
|
|||||||
<div class="Investigat">
|
<div class="Investigat">
|
||||||
<!-- <TitleHead text="【调研】管理者进阶腾飞班 - 培训阶段性调研"></TitleHead> -->
|
<!-- <TitleHead text="【调研】管理者进阶腾飞班 - 培训阶段性调研"></TitleHead> -->
|
||||||
<ReturnHead text="评估详情"></ReturnHead>
|
<ReturnHead text="评估详情"></ReturnHead>
|
||||||
|
<div class="header_wrap" v-if="data.projectInfo">
|
||||||
|
<div>项目:{{ data.projectInfo.projectName }}</div>
|
||||||
|
<div>课程:{{ data.projectInfo.courseName }}</div>
|
||||||
|
<div>讲师:{{ data.projectInfo.teacherName }}</div>
|
||||||
|
</div>
|
||||||
<div class="notice">
|
<div class="notice">
|
||||||
<div class="noticebox">
|
<div class="noticebox">
|
||||||
<div class="mani">
|
<div class="mani">
|
||||||
@@ -426,6 +431,11 @@ function submit() {
|
|||||||
|
|
||||||
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
.header_wrap{
|
||||||
|
margin: 10px 0 0 0;
|
||||||
|
padding: 5px 0 5px 10px;
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
.clearfix:before,
|
.clearfix:before,
|
||||||
.clearfix:after {
|
.clearfix:after {
|
||||||
content: " ";
|
content: " ";
|
||||||
|
|||||||
Reference in New Issue
Block a user