|
@@ -372,64 +372,64 @@
|
|
|
</template>
|
|
|
{{ form.uniLevel }}
|
|
|
</el-descriptions-item>
|
|
|
- <el-descriptions-item>
|
|
|
+ <el-descriptions-item span="2">
|
|
|
<template slot="label">
|
|
|
<i class="el-icon-user"></i>
|
|
|
参会人类型
|
|
|
</template>
|
|
|
<dict-tag :options="dict.type.met_usr_type" :value="form.usrType" />
|
|
|
</el-descriptions-item>
|
|
|
- <template v-if="form.usrType == 1">
|
|
|
- <el-descriptions-item>
|
|
|
- <template slot="label">
|
|
|
- <i class="el-icon-user"></i>
|
|
|
- 现场调研
|
|
|
- </template>
|
|
|
- <dict-tag :options="dict.type.conference_flag" :value="form.conferenceFlag" />
|
|
|
- </el-descriptions-item>
|
|
|
- </template>
|
|
|
<el-descriptions-item>
|
|
|
<template slot="label">
|
|
|
- <i class="el-icon-message"></i>
|
|
|
- 邮箱信息
|
|
|
+ 来程方式
|
|
|
</template>
|
|
|
- {{ form.email }}
|
|
|
+ <dict-tag :options="dict.type.tfc_type" :value="form.wayComing" />
|
|
|
</el-descriptions-item>
|
|
|
<el-descriptions-item>
|
|
|
<template slot="label">
|
|
|
- 审核状态
|
|
|
+ 车次/航班
|
|
|
</template>
|
|
|
- <dict-tag :options="dict.type.review_state" :value="form.reviewState" />
|
|
|
+ {{ form.comInfo }}
|
|
|
</el-descriptions-item>
|
|
|
<el-descriptions-item>
|
|
|
<template slot="label">
|
|
|
- 审核信息
|
|
|
+ 返程方式
|
|
|
</template>
|
|
|
- {{ form.reviewMsg }}
|
|
|
+ <dict-tag :options="dict.type.tfc_type" :value="form.wayBack" />
|
|
|
</el-descriptions-item>
|
|
|
<el-descriptions-item>
|
|
|
<template slot="label">
|
|
|
- 来程方式
|
|
|
+ 车次/航班
|
|
|
</template>
|
|
|
- <dict-tag :options="dict.type.tfc_type" :value="form.wayComing" />
|
|
|
+ {{ form.backInfo }}
|
|
|
</el-descriptions-item>
|
|
|
+ <template v-if="form.usrType == 1">
|
|
|
+ <el-descriptions-item>
|
|
|
+ <template slot="label">
|
|
|
+ <i class="el-icon-user"></i>
|
|
|
+ 现场调研
|
|
|
+ </template>
|
|
|
+ <dict-tag :options="dict.type.conference_flag" :value="form.conferenceFlag" />
|
|
|
+ </el-descriptions-item>
|
|
|
+ </template>
|
|
|
<el-descriptions-item>
|
|
|
<template slot="label">
|
|
|
- 车次/航班
|
|
|
+ <i class="el-icon-message"></i>
|
|
|
+ 邮箱信息
|
|
|
</template>
|
|
|
- {{ form.comInfo }}
|
|
|
+ {{ form.email }}
|
|
|
</el-descriptions-item>
|
|
|
<el-descriptions-item>
|
|
|
<template slot="label">
|
|
|
- 返程方式
|
|
|
+ 审核状态
|
|
|
</template>
|
|
|
- <dict-tag :options="dict.type.tfc_type" :value="form.wayBack" />
|
|
|
+ <dict-tag :options="dict.type.review_state" :value="form.reviewState" />
|
|
|
</el-descriptions-item>
|
|
|
<el-descriptions-item>
|
|
|
<template slot="label">
|
|
|
- 车次/航班
|
|
|
+ 审核信息
|
|
|
</template>
|
|
|
- {{ form.backInfo }}
|
|
|
+ {{ form.reviewMsg }}
|
|
|
</el-descriptions-item>
|
|
|
<el-descriptions-item span="2">
|
|
|
<template slot="label">
|
|
@@ -441,12 +441,15 @@
|
|
|
<template slot="label">
|
|
|
随行人员
|
|
|
</template>
|
|
|
- <el-card v-for="(o,index) in form.follows" :key="index" class="box-card" style="width: 185px">
|
|
|
- <div class="text item">
|
|
|
- <div>姓名:{{ o.usrName }}</div>
|
|
|
- <div>手机号:{{ o.tel }}</div>
|
|
|
- </div>
|
|
|
- </el-card>
|
|
|
+ <div style="display: flex;">
|
|
|
+ <el-card v-for="(o,index) in form.follows" :key="index" class="box-card" style="width: 185px;margin-right: 10px;">
|
|
|
+ <div class="text item">
|
|
|
+ <div>姓名:{{ o.usrName }}</div>
|
|
|
+ <div>手机号:{{ o.tel }}</div>
|
|
|
+ </div>
|
|
|
+ </el-card>
|
|
|
+ </div>
|
|
|
+
|
|
|
</el-descriptions-item>
|
|
|
</el-descriptions>
|
|
|
<div slot="footer" class="dialog-footer">
|