31d2b30f by zhangmeng

世锦赛

1 parent 39429b3a
......@@ -3,7 +3,7 @@
<router-link to="/">
<!-- <img class="logo" src="@/assets/v1/nav_logo.png">-->
<!-- <img class="logo" src="/img/logo.png">-->
<div style="display: flex;">
<div style="display: flex;cursor: pointer;">
<img class="logo" src="@/assets/pc/bottom_logo.png">
<img class="logo" src="@/assets/pc/logo2.png">
</div>
......
......@@ -44,8 +44,8 @@
/>
</template>
</el-table-column>
<el-table-column align="center" label="Date ofEntrye" prop="entryDate"/>
<el-table-column align="center" label="Date ofDeparture" prop="departureDate"/>
<el-table-column align="center" label="Date of Entry" prop="entryDate"/>
<el-table-column align="center" label="Date of Departure" prop="departureDate"/>
<el-table-column align="center" label="position" prop="position"/>
<el-table-column align="center" label="lastName" prop="lastName"/>
<el-table-column align="center" label="firstName" prop="fristName"/>
......
......@@ -153,7 +153,7 @@
preview-teleported style="width: 60px;z-index: 999;"/>
</template>
</el-table-column>
<el-table-column :label="language==0?'入境日期':'Date OF Entrye'" prop="" width="130px">
<el-table-column :label="language==0?'入境日期':'Date OF Entry'" prop="" width="130px">
<template #header>
<div class="esp">
<span class="red">*</span>DATE OF ENTRY <br>
......@@ -171,7 +171,7 @@
/>
</template>
</el-table-column>
<el-table-column :label="language==0?'离境日期':'Date OF Departure'" prop="" width="130px">
<el-table-column :label="language==0?'出发日期':'Date OF Departure'" prop="" width="130px">
<template #header>
<div class="esp">
<span class="red">*</span>DATE OF DEPARTURE<br>
......@@ -528,7 +528,7 @@ const submit = async () => {
return;
}
if (!row.entryDate) {
ElMessage.warning(`Please specify Date OF Entrye position`)
ElMessage.warning(`Please specify Date OF Entry position`)
return;
}
if (!row.departureDate) {
......
......@@ -48,7 +48,7 @@
</div>
<div class="tip">
Please click "Send" to receive the verification code via email, then enter the code below.
Please click "Send" to receive the verification code via email, then enter it in the field above.
</div>
</el-form-item>
<el-form-item :label="language==0?'协会':'Association'">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!