|
@@ -11,7 +11,7 @@
|
|
|
</li>
|
|
|
</ul>
|
|
|
|
|
|
- <div class="mt10" v-if="type=='继续教育' || type=='施工现场专业人员'">
|
|
|
+ <div class="mt10" v-if="type=='施工现场专业人员'">
|
|
|
<p class="tc" style="color: red;font-size: 18px;">
|
|
|
报名对象为:2020年度及以后由培训单位核发的和2021年度换发的“电子培训合格证”且每年度需参加继续教育人员
|
|
|
</p>
|
|
@@ -148,7 +148,7 @@
|
|
|
<el-dialog title="承诺书" class="fc tc" :visible.sync="commitmentDialog">
|
|
|
|
|
|
<div>
|
|
|
- <div v-if="type=='继续教育'">
|
|
|
+ <div v-if="type=='施工现场专业人员'">
|
|
|
<div class="commitment-header"> 致:三明市城市建设项目服务中心 </div>
|
|
|
<div class="tl commitment">
|
|
|
{{promise.promise_edu}}
|
|
@@ -331,7 +331,7 @@
|
|
|
}
|
|
|
},
|
|
|
beforeMount() {
|
|
|
- this.type = this.$route.query.type||'继续教育'
|
|
|
+ this.type = this.$route.query.type||'施工现场专业人员'
|
|
|
if (!this.type && this.typeList.length > 0) {
|
|
|
this.type = this.typeList[0].name
|
|
|
this.getData()
|