世锦赛
Showing
4 changed files
with
7 additions
and
7 deletions
| ... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
| 3 | <router-link to="/"> | 3 | <router-link to="/"> |
| 4 | <!-- <img class="logo" src="@/assets/v1/nav_logo.png">--> | 4 | <!-- <img class="logo" src="@/assets/v1/nav_logo.png">--> |
| 5 | <!-- <img class="logo" src="/img/logo.png">--> | 5 | <!-- <img class="logo" src="/img/logo.png">--> |
| 6 | <div style="display: flex;"> | 6 | <div style="display: flex;cursor: pointer;"> |
| 7 | <img class="logo" src="@/assets/pc/bottom_logo.png"> | 7 | <img class="logo" src="@/assets/pc/bottom_logo.png"> |
| 8 | <img class="logo" src="@/assets/pc/logo2.png"> | 8 | <img class="logo" src="@/assets/pc/logo2.png"> |
| 9 | </div> | 9 | </div> | ... | ... |
| ... | @@ -44,8 +44,8 @@ | ... | @@ -44,8 +44,8 @@ |
| 44 | /> | 44 | /> |
| 45 | </template> | 45 | </template> |
| 46 | </el-table-column> | 46 | </el-table-column> |
| 47 | <el-table-column align="center" label="Date ofEntrye" prop="entryDate"/> | 47 | <el-table-column align="center" label="Date of Entry" prop="entryDate"/> |
| 48 | <el-table-column align="center" label="Date ofDeparture" prop="departureDate"/> | 48 | <el-table-column align="center" label="Date of Departure" prop="departureDate"/> |
| 49 | <el-table-column align="center" label="position" prop="position"/> | 49 | <el-table-column align="center" label="position" prop="position"/> |
| 50 | <el-table-column align="center" label="lastName" prop="lastName"/> | 50 | <el-table-column align="center" label="lastName" prop="lastName"/> |
| 51 | <el-table-column align="center" label="firstName" prop="fristName"/> | 51 | <el-table-column align="center" label="firstName" prop="fristName"/> | ... | ... |
| ... | @@ -153,7 +153,7 @@ | ... | @@ -153,7 +153,7 @@ |
| 153 | preview-teleported style="width: 60px;z-index: 999;"/> | 153 | preview-teleported style="width: 60px;z-index: 999;"/> |
| 154 | </template> | 154 | </template> |
| 155 | </el-table-column> | 155 | </el-table-column> |
| 156 | <el-table-column :label="language==0?'入境日期':'Date OF Entrye'" prop="" width="130px"> | 156 | <el-table-column :label="language==0?'入境日期':'Date OF Entry'" prop="" width="130px"> |
| 157 | <template #header> | 157 | <template #header> |
| 158 | <div class="esp"> | 158 | <div class="esp"> |
| 159 | <span class="red">*</span>DATE OF ENTRY <br> | 159 | <span class="red">*</span>DATE OF ENTRY <br> |
| ... | @@ -171,7 +171,7 @@ | ... | @@ -171,7 +171,7 @@ |
| 171 | /> | 171 | /> |
| 172 | </template> | 172 | </template> |
| 173 | </el-table-column> | 173 | </el-table-column> |
| 174 | <el-table-column :label="language==0?'离境日期':'Date OF Departure'" prop="" width="130px"> | 174 | <el-table-column :label="language==0?'出发日期':'Date OF Departure'" prop="" width="130px"> |
| 175 | <template #header> | 175 | <template #header> |
| 176 | <div class="esp"> | 176 | <div class="esp"> |
| 177 | <span class="red">*</span>DATE OF DEPARTURE<br> | 177 | <span class="red">*</span>DATE OF DEPARTURE<br> |
| ... | @@ -528,7 +528,7 @@ const submit = async () => { | ... | @@ -528,7 +528,7 @@ const submit = async () => { |
| 528 | return; | 528 | return; |
| 529 | } | 529 | } |
| 530 | if (!row.entryDate) { | 530 | if (!row.entryDate) { |
| 531 | ElMessage.warning(`Please specify Date OF Entrye position`) | 531 | ElMessage.warning(`Please specify Date OF Entry position`) |
| 532 | return; | 532 | return; |
| 533 | } | 533 | } |
| 534 | if (!row.departureDate) { | 534 | if (!row.departureDate) { | ... | ... |
| ... | @@ -48,7 +48,7 @@ | ... | @@ -48,7 +48,7 @@ |
| 48 | </div> | 48 | </div> |
| 49 | 49 | ||
| 50 | <div class="tip"> | 50 | <div class="tip"> |
| 51 | Please click "Send" to receive the verification code via email, then enter the code below. | 51 | Please click "Send" to receive the verification code via email, then enter it in the field above. |
| 52 | </div> | 52 | </div> |
| 53 | </el-form-item> | 53 | </el-form-item> |
| 54 | <el-form-item :label="language==0?'协会':'Association'"> | 54 | <el-form-item :label="language==0?'协会':'Association'"> | ... | ... |
-
Please register or sign in to post a comment