e06a0e25 by 华明祺

Merge branch '世锦赛' of https://code.itechtop.cn/yangyang/dance-pc into 世锦赛

2 parents af1096cb a91fbe47
...@@ -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">
...@@ -107,14 +107,18 @@ ...@@ -107,14 +107,18 @@
107 <!--上传护照,多张--> 107 <!--上传护照,多张-->
108 <div class="cptVisaInfoBosTable"> 108 <div class="cptVisaInfoBosTable">
109 <el-form-item :label="language==0?'有效证件':'Passport Copy'" required> 109 <el-form-item :label="language==0?'有效证件':'Passport Copy'" required>
110 <el-text type="danger">Please ensure that the uploaded passport image is clear, complete, and free from 110 <div class="wrap-item">
111 <!-- <el-text type="success">Please ensure that the uploaded passport image is clear, complete, and free from
111 glare or reflections. 112 glare or reflections.
112 </el-text> 113 </el-text> -->
114 <div class="red" :underline="false">Please ensure that the uploaded passport image is clear, complete, and free from
115 glare or reflections.</div>
113 <ImageUpload v-model="form.passportCopy" :is-show-tip="false" :limit="20" 116 <ImageUpload v-model="form.passportCopy" :is-show-tip="false" :limit="20"
114 :action="'/league/visa/getPersonInfoFromCert/3'" 117 :action="'/league/visa/getPersonInfoFromCert/3' "
115 paramName="pic" list-type="text" :show-file-list="false" 118 paramName="pic" list-type="text" :show-file-list="false"
116 :button-text="language==0?'上传':'Upload'" @response="getPassportInfo" 119 :button-text="language==0?'上传':'Upload'" @response="getPassportInfo"
117 /> 120 />
121 </div>
118 </el-form-item> 122 </el-form-item>
119 <!--识别信息--> 123 <!--识别信息-->
120 <div v-if="form.cptVisaInfoBos?.length>0" class="border"> 124 <div v-if="form.cptVisaInfoBos?.length>0" class="border">
...@@ -488,4 +492,8 @@ h4 { ...@@ -488,4 +492,8 @@ h4 {
488 font-size: 12px; 492 font-size: 12px;
489 } 493 }
490 } 494 }
495 .wrap-item{
496 flex-wrap: wrap;
497 display: block;
498 }
491 </style> 499 </style>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!