bb839498 by zhangmeng

世锦赛

1 parent 77523a11
......@@ -70,7 +70,7 @@
</el-dialog>
</div>
<div class="operation" @click="handelOperation">{{ language == 0 ? '操作手册' : 'GUIDELINE' }}
<div class="operation" @click="handelOperation">{{ language == 0 ? '操作手册' : 'Website Operation Manual' }}
<el-icon>
<Download/>
</el-icon>
......
......@@ -156,7 +156,7 @@
<el-table-column :label="language==0?'入境日期':'Date OF Entrye'" prop="" width="130px">
<template #header>
<div class="esp">
<span class="red">*</span>Date OF Entrye <br>
<span class="red">*</span>DATE OF ENTRY <br>
<span class="red weight">&nbsp; YYYY-MM-DD</span>
</div>
</template>
......@@ -174,7 +174,7 @@
<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>
<span class="red">*</span>DATE OF DEPARTURE<br>
<span class="red weight">&nbsp; YYYY-MM-DD</span>
</div>
</template>
......
......@@ -58,8 +58,8 @@
/>
</template>
</el-table-column>
<el-table-column align="center" label="Date OF Entrye" prop="entryDate"/>
<el-table-column align="center" label="Date OF Departure" 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"/>
......@@ -84,7 +84,7 @@
</p>
<br>
<p style="text-align: center">
<el-button type="primary" @click="handelSubmit">Confrm</el-button>
<el-button type="primary" @click="handelSubmit">Confirm</el-button>
</p>
<br>
</el-dialog>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!