【修改】 样式bug修改
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<label>预计参加人数:</label><span>{{ currentMeetingInfo.estimatedNumber }}</span>
|
||||
</a-col>
|
||||
<a-col :xxl="8" :xl="12" :sm="24">
|
||||
<label>酒店名称:</label><span>{{ currentMeetingInfo.hotelName }}</span>
|
||||
<label>酒店名称</label><span>{{ currentMeetingInfo.hotelName }}</span>
|
||||
</a-col>
|
||||
<a-col :xxl="8" :xl="12" :sm="24">
|
||||
<label>酒店地址:</label><span>{{ currentMeetingInfo.hotelAddress }}</span>
|
||||
@@ -58,7 +58,7 @@
|
||||
<span class="content"
|
||||
v-for="(item,index) of currentMeetingInfo.hotelContactsList"
|
||||
:key="index">
|
||||
{{ item.hotelContacts + ':' + item.hotelContactsPhone + ' ' }}</span>
|
||||
{{ item.hotelContacts + (item.hotelContactsPhone ?':':'') + item.hotelContactsPhone + ' ' }}</span>
|
||||
</a-row>
|
||||
<!-- 国际研讨会的邀请码-->
|
||||
<a-col :xxl="8" :xl="12" :sm="24" v-show="currentMeetingInfo.meetingType ==='3' ">
|
||||
|
||||
Reference in New Issue
Block a user