77523a11 by zhangmeng

世锦赛

1 parent 5cfd1bf8
......@@ -10,10 +10,10 @@
<el-descriptions border>
<!-- <el-descriptions-item label="No.">{{ form.id }}</el-descriptions-item>-->
<el-descriptions-item label="Applicant Type">
<span v-if="form.applicatType=1">MNA/Team</span>
<span v-if="form.applicatType=2">Technical Official (TD/CSB/IR)</span>
<span v-if="form.applicatType=3">WT Team</span>
<span v-if="form.applicatType=5">Other(not listed above)</span>
<span v-if="form.applicatType==1">MNA/Team</span>
<span v-if="form.applicatType==2">Technical Official (TD/CSB/IR)</span>
<span v-if="form.applicatType==3">WT Team</span>
<span v-if="form.applicatType==5">Other(not listed above)</span>
<span>{{ form.remarks }}</span>
</el-descriptions-item>
<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!