Browse Source

继续教育改成 施工现场专业人员

y595705120 3 years ago
parent
commit
2333edb789
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/containers/center/market/index.vue

+ 3 - 3
src/containers/center/market/index.vue

@@ -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()