|
@@ -132,9 +132,9 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
|
|
|
- <el-row>
|
|
|
+<!-- <el-row>
|
|
|
<span style="color: red;padding:10px"> 请认真核实报考岗位与证书编号,本课程不支持退款</span>
|
|
|
- </el-row>
|
|
|
+ </el-row> -->
|
|
|
|
|
|
<el-col :lg="12" class="pl20 pr20">
|
|
|
<el-form-item lable="邮箱地址" prop="email">
|
|
@@ -166,9 +166,15 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row v-if="type=='施工现场专业人员'">
|
|
|
+ <div style="width: 700px;margin: 0 auto;text-align: left;color: red;">
|
|
|
+ 提示:八大员继续教育承诺函企业名称应与个人报名系统企业名称一致,如已变更单位的,
|
|
|
+ 请先在个人系统帐号设置进入额外信息栏进行修改工作单位与报名承诺函工作单位相符后方可上传承诺函确认
|
|
|
+ </div>
|
|
|
<img :src="buyForm.buyImg" :onerror="errorImg" style="width: 160px;text-align: center;">
|
|
|
<do-upload @onFinish="(url)=>{buyForm.buyImg=url}" placeholder="上传承诺书" width="160px"> </do-upload>
|
|
|
</el-row>
|
|
|
+
|
|
|
+
|
|
|
<el-row>
|
|
|
<h2 class="tc"> 本课程费用: <strong style="color: red;"> {{buyForm.fee/100}} 元 </strong> </h2>
|
|
|
<div style="width: 300px; margin: 0px auto;">
|