bb839498 by zhangmeng

世锦赛

1 parent 77523a11
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
70 </el-dialog> 70 </el-dialog>
71 </div> 71 </div>
72 72
73 <div class="operation" @click="handelOperation">{{ language == 0 ? '操作手册' : 'GUIDELINE' }} 73 <div class="operation" @click="handelOperation">{{ language == 0 ? '操作手册' : 'Website Operation Manual' }}
74 <el-icon> 74 <el-icon>
75 <Download/> 75 <Download/>
76 </el-icon> 76 </el-icon>
......
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
156 <el-table-column :label="language==0?'入境日期':'Date OF Entrye'" prop="" width="130px"> 156 <el-table-column :label="language==0?'入境日期':'Date OF Entrye'" prop="" width="130px">
157 <template #header> 157 <template #header>
158 <div class="esp"> 158 <div class="esp">
159 <span class="red">*</span>Date OF Entrye <br> 159 <span class="red">*</span>DATE OF ENTRY <br>
160 <span class="red weight">&nbsp; YYYY-MM-DD</span> 160 <span class="red weight">&nbsp; YYYY-MM-DD</span>
161 </div> 161 </div>
162 </template> 162 </template>
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
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>
178 <span class="red weight">&nbsp; YYYY-MM-DD</span> 178 <span class="red weight">&nbsp; YYYY-MM-DD</span>
179 </div> 179 </div>
180 </template> 180 </template>
......
...@@ -58,8 +58,8 @@ ...@@ -58,8 +58,8 @@
58 /> 58 />
59 </template> 59 </template>
60 </el-table-column> 60 </el-table-column>
61 <el-table-column align="center" label="Date OF Entrye" prop="entryDate"/> 61 <el-table-column align="center" label="DATE OF ENTRY" prop="entryDate"/>
62 <el-table-column align="center" label="Date OF Departure" prop="departureDate"/> 62 <el-table-column align="center" label="DATE OF DEPARTURE" prop="departureDate"/>
63 <el-table-column align="center" label="position" prop="position"/> 63 <el-table-column align="center" label="position" prop="position"/>
64 <el-table-column align="center" label="lastName" prop="lastName"/> 64 <el-table-column align="center" label="lastName" prop="lastName"/>
65 <el-table-column align="center" label="firstName" prop="fristName"/> 65 <el-table-column align="center" label="firstName" prop="fristName"/>
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
84 </p> 84 </p>
85 <br> 85 <br>
86 <p style="text-align: center"> 86 <p style="text-align: center">
87 <el-button type="primary" @click="handelSubmit">Confrm</el-button> 87 <el-button type="primary" @click="handelSubmit">Confirm</el-button>
88 </p> 88 </p>
89 <br> 89 <br>
90 </el-dialog> 90 </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!