e06a0e25 by 华明祺

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

2 parents af1096cb a91fbe47
......@@ -39,9 +39,9 @@
</el-select>
</el-form-item>
<el-form-item v-if="form.invitationType=='2'" label="Proof of Employment" required prop="invitationFileArr">
<el-text type="danger">Proof of Employment(Note: This document must be issued by the invitee’s association and
<div class="red">Proof of Employment(Note: This document must be issued by the invitee’s association and
must bear an official stamp or signature.)
</el-text>
</div>
<br/>
<file-upload v-model="form.invitationFileArr" :is-show-tip="false" :limit="1"></file-upload>
</el-form-item>
......@@ -66,8 +66,8 @@
<el-input v-model="form.associationAddress"/>
</el-form-item>
<el-form-item :label="language==0?'邮箱':'Contact Email'" required prop="email">
<el-text type="danger">Note: Notifications from the organizing committee will be sent to this email address.
</el-text>
<div class="red">Note: Notifications from the organizing committee will be sent to this email address.
</div>
<el-input v-model="form.email" type="email">
<template #append>
<el-button @click="sendEmail" v-loading="codeloading">
......@@ -96,8 +96,8 @@
<el-input v-model="form.phone"/>
</el-form-item>
<el-form-item :label="language==0?'签证办理中国大使馆':'Chinese Embassy Visas Office'" required prop="embassy">
<el-text type="danger">Ex:EMBASSY OF THE PEOPLE'S REPUBLIC OFCHINA IN THE ISLAMIC REPUBLIC OF PAKISTAN
</el-text>
<div class="red">Ex:EMBASSY OF THE PEOPLE'S REPUBLIC OFCHINA IN THE ISLAMIC REPUBLIC OF PAKISTAN
</div>
<el-input v-model="form.embassy"/>
</el-form-item>
<el-form-item :label="language==0?'中国大使馆邮箱':'Chinese Embassy Email'" required prop="embassyEmail">
......@@ -107,14 +107,18 @@
<!--上传护照,多张-->
<div class="cptVisaInfoBosTable">
<el-form-item :label="language==0?'有效证件':'Passport Copy'" required>
<el-text type="danger">Please ensure that the uploaded passport image is clear, complete, and free from
<div class="wrap-item">
<!-- <el-text type="success">Please ensure that the uploaded passport image is clear, complete, and free from
glare or reflections.
</el-text>
</el-text> -->
<div class="red" :underline="false">Please ensure that the uploaded passport image is clear, complete, and free from
glare or reflections.</div>
<ImageUpload v-model="form.passportCopy" :is-show-tip="false" :limit="20"
:action="'/league/visa/getPersonInfoFromCert/3'"
:action="'/league/visa/getPersonInfoFromCert/3' "
paramName="pic" list-type="text" :show-file-list="false"
:button-text="language==0?'上传':'Upload'" @response="getPassportInfo"
/>
</div>
</el-form-item>
<!--识别信息-->
<div v-if="form.cptVisaInfoBos?.length>0" class="border">
......@@ -488,4 +492,8 @@ h4 {
font-size: 12px;
}
}
.wrap-item{
flex-wrap: wrap;
display: block;
}
</style>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!