77523a11 by zhangmeng

世锦赛

1 parent 5cfd1bf8
...@@ -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">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!