【bug】参会人信息的显示
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
<!--会议信息end-->
|
||||
<!--报名信息begin-->
|
||||
<!-- 除开国际研讨会嘉宾身份个人信息的显示 -->
|
||||
<section class="base-info" v-if="(model.meetingType === '3' && situationInfo.identity === 1 )">
|
||||
<section class="base-info" v-if="!(model.meetingType === 3 && situationInfo.identity === 1 )">
|
||||
<h3 class="title">报名信息</h3>
|
||||
<a-row :gutter="24" class="flex-col">
|
||||
<a-col :span="12">
|
||||
@@ -91,7 +91,7 @@
|
||||
<span>{{ situationInfo.checkInHotel_dictText }}</span>
|
||||
</a-col>
|
||||
</a-row>
|
||||
<a-row :gutter="24" class="flex-col">
|
||||
<a-row :gutter="24" class="flex-col" v-if=" (situationInfo.arrivalTime || situationInfo.departureTime)">
|
||||
<a-col :span="12" v-show="situationInfo.arrivalTime">
|
||||
<label>抵达时间:</label>
|
||||
<span>{{ situationInfo.arrivalTime }}</span>
|
||||
@@ -163,7 +163,7 @@
|
||||
</a-col>
|
||||
<a-col :span="12" v-show="situationInfo.speechPpt">
|
||||
<label>演讲ppt:</label>
|
||||
<span><preview-file style="width: 80%" :file-id="model.speechPpt"></preview-file></span>
|
||||
<span><preview-file style="width: 80%" :file-id="situationInfo.speechPpt"></preview-file></span>
|
||||
</a-col>
|
||||
</a-row>
|
||||
<a-row :gutter="24" class="flex-col">
|
||||
@@ -267,7 +267,7 @@
|
||||
</a-col>
|
||||
<a-col :span="12" v-show="situationInfo.speechPpt">
|
||||
<label>演讲ppt:</label>
|
||||
<span><preview-file style="width: 80%" :file-id="model.speechPpt"></preview-file></span>
|
||||
<span><preview-file style="width: 80%" :file-id="situationInfo.speechPpt"></preview-file></span>
|
||||
</a-col>
|
||||
</a-row>
|
||||
<a-row :gutter="24" class="flex-col">
|
||||
@@ -351,7 +351,7 @@
|
||||
</a-col>
|
||||
<a-col :span="12" v-show="situationInfo.speechPpt">
|
||||
<label>演讲ppt:</label>
|
||||
<span><preview-file style="width: 80%" :file-id="model.speechPpt"></preview-file></span>
|
||||
<span><preview-file style="width: 80%" :file-id="situationInfo.speechPpt"></preview-file></span>
|
||||
</a-col>
|
||||
</a-row>
|
||||
<a-row :gutter="24" class="flex-col">
|
||||
@@ -498,6 +498,7 @@ import PreviewFile from '@comp/jero/PreviewFile'
|
||||
import JEllipsis from '@comp/jero/JEllipsis'
|
||||
import {getMeetInfoById, queryCommonProjectById} from '@api/incomePaymentsApi'
|
||||
import {getSingUpUserInfo} from '@api/incomePaymentsApi'
|
||||
import JImageUpload from '@comp/jero/JImageUpload'
|
||||
import '@/assets/less/TableExpand.less'
|
||||
|
||||
const columns = [
|
||||
@@ -552,7 +553,8 @@ export default {
|
||||
name: 'MeetingDetailModal',
|
||||
components: {
|
||||
PreviewFile,
|
||||
JEllipsis
|
||||
JEllipsis,
|
||||
JImageUpload
|
||||
},
|
||||
props: {
|
||||
// 是否是从会议点进来的 默认走消息
|
||||
|
||||
Reference in New Issue
Block a user