【update】酒店联系人及手机号的样式修改
This commit is contained in:
@@ -53,16 +53,15 @@
|
||||
<label>酒店地址:</label><span>{{ currentMeetingInfo.hotelAddress }}</span>
|
||||
</a-col>
|
||||
</a-row>
|
||||
|
||||
<a-row :gutter="24" class="flex-col">
|
||||
<a-col :span="12" v-for="(item,index) in currentMeetingInfo.hotelContactsList"
|
||||
:key="index">
|
||||
<label class="label">酒店联系人及手机号:</label>
|
||||
<span class="mul-row-content">
|
||||
<span
|
||||
class=""
|
||||
>{{ item.hotelContacts }} {{ item.hotelContacts ? ':' : '' }} {{ item.hotelContactsPhone + ' ' }}</span>
|
||||
</span>
|
||||
<a-row :gutter="24" >
|
||||
<a-col :span="24" class="flex-col">
|
||||
<label style="flex-shrink: 0">酒店联系人及手机号:</label>
|
||||
<div>
|
||||
<div class="word-beak block-span" v-for="(item,index) in currentMeetingInfo.hotelContactsList" :key="index">
|
||||
<div class="topic-title">{{ item.hotelContacts }} {{ item.hotelContacts ? ':' : '' }} {{ item.hotelContactsPhone + ' ' }}</div>
|
||||
<!--<div v-for="innerItem in item.children" :key="'a_checked_'+ innerItem.value">{{ innerItem.text }}</div>-->
|
||||
</div>
|
||||
</div>
|
||||
</a-col>
|
||||
</a-row>
|
||||
<!-- 标协会议(标准宣贯、学习培训) -是否具有问题征集 -->
|
||||
|
||||
@@ -65,17 +65,29 @@
|
||||
</a-col>
|
||||
</a-row>
|
||||
|
||||
<a-row :gutter="24" class="flex-col">
|
||||
<a-col :span="12" v-for="(item,index) in currentMeetingInfo.hotelContactsList"
|
||||
:key="index">
|
||||
<label class="label">酒店联系人及手机号:</label>
|
||||
<span class="mul-row-content">
|
||||
<span
|
||||
class=""
|
||||
>{{ item.hotelContacts }} {{ item.hotelContacts ? ':' : '' }} {{ item.hotelContactsPhone + ' ' }}</span>
|
||||
</span>
|
||||
<a-row :gutter="24" >
|
||||
<a-col :span="24" class="flex-col">
|
||||
<label style="flex-shrink: 0">酒店联系人及手机号:</label>
|
||||
<div>
|
||||
<div class="word-beak block-span" v-for="(item,index) in currentMeetingInfo.hotelContactsList" :key="index">
|
||||
<div class="topic-title">{{ item.hotelContacts }} {{ item.hotelContacts ? ':' : '' }} {{ item.hotelContactsPhone + ' ' }}</div>
|
||||
<!--<div v-for="innerItem in item.children" :key="'a_checked_'+ innerItem.value">{{ innerItem.text }}</div>-->
|
||||
</div>
|
||||
</div>
|
||||
</a-col>
|
||||
</a-row>
|
||||
|
||||
<!--<a-row :gutter="24" class="flex-col">-->
|
||||
<!-- <a-col :span="12" v-for="(item,index) in currentMeetingInfo.hotelContactsList"-->
|
||||
<!-- :key="index">-->
|
||||
<!-- <label class="label" v-if="index === 0">酒店联系人及手机号:</label>-->
|
||||
<!-- <span class="mul-row-content">-->
|
||||
<!-- <span-->
|
||||
<!-- class=""-->
|
||||
<!-- >{{ item.hotelContacts }} {{ item.hotelContacts ? ':' : '' }} {{ item.hotelContactsPhone + ' ' }}</span>-->
|
||||
<!-- </span>-->
|
||||
<!-- </a-col>-->
|
||||
<!--</a-row>-->
|
||||
<a-row :gutter="24">
|
||||
<a-col :span="12">
|
||||
<label>召开时间:</label>
|
||||
|
||||
Reference in New Issue
Block a user