5d7a487f by zhangmeng

Merge remote-tracking branch 'origin/dev' into dev

2 parents 4679bfae 91ac4d3f
...@@ -48,6 +48,10 @@ ...@@ -48,6 +48,10 @@
48 </el-form-item> 48 </el-form-item>
49 <el-form-item :label="language==0?'邮箱':'Email'" required prop="email"> 49 <el-form-item :label="language==0?'邮箱':'Email'" required prop="email">
50 <el-input v-model="form.email" type="email"/> 50 <el-input v-model="form.email" type="email"/>
51 <div class="tip" v-if="language == 0">如以团队名义申请邀请函,建议统一填写领队邮箱。</div>
52 <div class="tip" v-else>
53 If a visa invitation letter is applied by the organization, it is recommended to fill in the email of the head of team.
54 </div>
51 </el-form-item> 55 </el-form-item>
52 <el-form-item :label="language==0?'护照号':'Passport No.'" required prop="passportNo"> 56 <el-form-item :label="language==0?'护照号':'Passport No.'" required prop="passportNo">
53 <el-input v-model="form.passportNo"/> 57 <el-input v-model="form.passportNo"/>
...@@ -180,7 +184,8 @@ const conti = () => { ...@@ -180,7 +184,8 @@ const conti = () => {
180 } 184 }
181 </script> 185 </script>
182 186
183 <style scoped> 187 <style scoped lang="scss">
188 .tip{font-size: 12px;}
184 .boxInvitation { 189 .boxInvitation {
185 width: 90%; 190 width: 90%;
186 margin: auto 191 margin: auto
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!