【修改】国际研讨会增加参展商类别

This commit is contained in:
fengachen
2022-07-01 15:38:34 +08:00
parent 36cd6f8dd2
commit abd5087c07
7 changed files with 24 additions and 5 deletions
+2 -2
View File
@@ -525,8 +525,8 @@
</a-col>
</a-row>
</section>
<!--合作伙伴身份显示 -->
<a-row :gutter="24" class="flex-col" v-show="situationInfo.guestType == 4 ">
<!--合作伙伴或者参展商身份显示 -->
<a-row :gutter="24" class="flex-col" v-show="situationInfo.guestType == 4 || situationInfo.guestType == 5 ">
<a-col :span="12" v-show="situationInfo.arrivalTime">
<label>抵达时间:</label>
<span>{{ situationInfo.arrivalTime }}</span>