世锦赛
Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -10,10 +10,10 @@ | ... | @@ -10,10 +10,10 @@ |
| 10 | <el-descriptions border> | 10 | <el-descriptions border> |
| 11 | <!-- <el-descriptions-item label="No.">{{ form.id }}</el-descriptions-item>--> | 11 | <!-- <el-descriptions-item label="No.">{{ form.id }}</el-descriptions-item>--> |
| 12 | <el-descriptions-item label="Applicant Type"> | 12 | <el-descriptions-item label="Applicant Type"> |
| 13 | <span v-if="form.applicatType=1">MNA/Team</span> | 13 | <span v-if="form.applicatType==1">MNA/Team</span> |
| 14 | <span v-if="form.applicatType=2">Technical Official (TD/CSB/IR)</span> | 14 | <span v-if="form.applicatType==2">Technical Official (TD/CSB/IR)</span> |
| 15 | <span v-if="form.applicatType=3">WT Team</span> | 15 | <span v-if="form.applicatType==3">WT Team</span> |
| 16 | <span v-if="form.applicatType=5">Other(not listed above)</span> | 16 | <span v-if="form.applicatType==5">Other(not listed above)</span> |
| 17 | <span>{{ form.remarks }}</span> | 17 | <span>{{ form.remarks }}</span> |
| 18 | </el-descriptions-item> | 18 | </el-descriptions-item> |
| 19 | <el-descriptions-item label="Invitation Type"> | 19 | <el-descriptions-item label="Invitation Type"> | ... | ... |
-
Please register or sign in to post a comment