a91fbe47 by 李婷婷

提示文案

1 parent 99b72a0a
...@@ -39,9 +39,9 @@ ...@@ -39,9 +39,9 @@
39 </el-select> 39 </el-select>
40 </el-form-item> 40 </el-form-item>
41 <el-form-item v-if="form.invitationType=='2'" label="Proof of Employment" required prop="invitationFileArr"> 41 <el-form-item v-if="form.invitationType=='2'" label="Proof of Employment" required prop="invitationFileArr">
42 <el-text type="danger">Proof of Employment(Note: This document must be issued by the invitee’s association and 42 <div class="red">Proof of Employment(Note: This document must be issued by the invitee’s association and
43 must bear an official stamp or signature.) 43 must bear an official stamp or signature.)
44 </el-text> 44 </div>
45 <br/> 45 <br/>
46 <file-upload v-model="form.invitationFileArr" :is-show-tip="false" :limit="1"></file-upload> 46 <file-upload v-model="form.invitationFileArr" :is-show-tip="false" :limit="1"></file-upload>
47 </el-form-item> 47 </el-form-item>
...@@ -66,8 +66,8 @@ ...@@ -66,8 +66,8 @@
66 <el-input v-model="form.associationAddress"/> 66 <el-input v-model="form.associationAddress"/>
67 </el-form-item> 67 </el-form-item>
68 <el-form-item :label="language==0?'邮箱':'Contact Email'" required prop="email"> 68 <el-form-item :label="language==0?'邮箱':'Contact Email'" required prop="email">
69 <el-text type="danger">Note: Notifications from the organizing committee will be sent to this email address. 69 <div class="red">Note: Notifications from the organizing committee will be sent to this email address.
70 </el-text> 70 </div>
71 <el-input v-model="form.email" type="email"> 71 <el-input v-model="form.email" type="email">
72 <template #append> 72 <template #append>
73 <el-button @click="sendEmail" v-loading="codeloading"> 73 <el-button @click="sendEmail" v-loading="codeloading">
...@@ -96,8 +96,8 @@ ...@@ -96,8 +96,8 @@
96 <el-input v-model="form.phone"/> 96 <el-input v-model="form.phone"/>
97 </el-form-item> 97 </el-form-item>
98 <el-form-item :label="language==0?'签证办理中国大使馆':'Chinese Embassy Visas Office'" required prop="embassy"> 98 <el-form-item :label="language==0?'签证办理中国大使馆':'Chinese Embassy Visas Office'" required prop="embassy">
99 <el-text type="danger">Ex:EMBASSY OF THE PEOPLE'S REPUBLIC OFCHINA IN THE ISLAMIC REPUBLIC OF PAKISTAN 99 <div class="red">Ex:EMBASSY OF THE PEOPLE'S REPUBLIC OFCHINA IN THE ISLAMIC REPUBLIC OF PAKISTAN
100 </el-text> 100 </div>
101 <el-input v-model="form.embassy"/> 101 <el-input v-model="form.embassy"/>
102 </el-form-item> 102 </el-form-item>
103 <el-form-item :label="language==0?'中国大使馆邮箱':'Chinese Embassy Email'" required prop="embassyEmail"> 103 <el-form-item :label="language==0?'中国大使馆邮箱':'Chinese Embassy Email'" required prop="embassyEmail">
...@@ -111,8 +111,8 @@ ...@@ -111,8 +111,8 @@
111 <!-- <el-text type="success">Please ensure that the uploaded passport image is clear, complete, and free from 111 <!-- <el-text type="success">Please ensure that the uploaded passport image is clear, complete, and free from
112 glare or reflections. 112 glare or reflections.
113 </el-text> --> 113 </el-text> -->
114 <el-link type="danger" :underline="false">Please ensure that the uploaded passport image is clear, complete, and free from 114 <div class="red" :underline="false">Please ensure that the uploaded passport image is clear, complete, and free from
115 glare or reflections.</el-link> 115 glare or reflections.</div>
116 <ImageUpload v-model="form.passportCopy" :is-show-tip="false" :limit="20" 116 <ImageUpload v-model="form.passportCopy" :is-show-tip="false" :limit="20"
117 :action="'/league/visa/getPersonInfoFromCert/3' " 117 :action="'/league/visa/getPersonInfoFromCert/3' "
118 paramName="pic" list-type="text" :show-file-list="false" 118 paramName="pic" list-type="text" :show-file-list="false"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!