|
@@ -33,7 +33,7 @@
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="参会人角色" prop="usrType">
|
|
|
+ <el-form-item label="参会人类型" prop="usrType">
|
|
|
<el-select v-model="queryParams.usrType" placeholder="请选择参会人角色" clearable>
|
|
|
<el-option
|
|
|
v-for="dict in dict.type.met_usr_type"
|
|
@@ -149,7 +149,7 @@
|
|
|
<el-table-column label="参会人单位" align="center" prop="orgUnitName" width="150" fixed show-overflow-tooltip />
|
|
|
<el-table-column label="参会人职务" align="center" prop="uniLevel" width="150" fixed />
|
|
|
<el-table-column label="邮箱信息" align="center" prop="email" width="100" />
|
|
|
- <el-table-column label="参会人角色" align="center" prop="usrType" width="100">
|
|
|
+ <el-table-column label="参会人类型" align="center" prop="usrType" width="100">
|
|
|
<template slot-scope="scope">
|
|
|
<dict-tag :options="dict.type.met_usr_type" :value="scope.row.usrType" />
|
|
|
</template>
|
|
@@ -191,9 +191,7 @@
|
|
|
<dict-tag :options="dict.type.apply_type" :value="scope.row.applyType" />
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
-
|
|
|
<el-table-column label="审核信息" align="center" prop="reviewMsg" width="150" show-overflow-tooltip />
|
|
|
- <el-table-column label="会场信息" align="center" prop="contentTitle" width="150" />
|
|
|
<el-table-column label="来程方式" align="center" prop="wayComing" width="100">
|
|
|
<template slot-scope="scope">
|
|
|
<dict-tag :options="dict.type.tfc_type" :value="scope.row.wayComing" />
|
|
@@ -276,7 +274,7 @@
|
|
|
<el-form-item label="邮箱信息" prop="email">
|
|
|
<el-input v-model="form.email" placeholder="请输入邮箱信息" />
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="参会人角色" prop="usrType">
|
|
|
+ <el-form-item label="参会人类型" prop="usrType">
|
|
|
<el-radio-group v-model="form.usrType">
|
|
|
<el-radio
|
|
|
v-for="dict in dict.type.met_usr_type"
|