【bug】 国际研讨会参会情况的拆查询
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<a-row :gutter="24">
|
||||
<a-col :span="12">
|
||||
<label>负责人:</label>
|
||||
<span>{{ currentMeetingInfo.directorName }}</span>
|
||||
<span>{{ currentMeetingInfo.directorName }}({{ currentMeetingInfo.directorPhone }})</span>
|
||||
</a-col>
|
||||
<a-col :span="12">
|
||||
<label>预计参加人数:</label>
|
||||
@@ -146,7 +146,7 @@
|
||||
</a-col>
|
||||
|
||||
<!--邀请码选择是出现填写邀请码 否选择身份-->
|
||||
<a-col :xxl="8" :xl="12" :sm="24" v-if="meetingType === '3' && !inviteCodeBool ">
|
||||
<a-col :xxl="8" :xl="12" :sm="24" v-if="meetingType === '3' && identityBool ">
|
||||
<a-form-item label="身份" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-radio-group v-decorator="['identity',validatorRules.identify]" @change="changeIdentify">
|
||||
<a-radio :value="2">参会人</a-radio>
|
||||
@@ -324,6 +324,8 @@ export default {
|
||||
codeErrorBool: true,
|
||||
// 是否是打包
|
||||
isPackBool:false,
|
||||
// 国际研讨会身份的控制
|
||||
identityBool:false,
|
||||
url: {
|
||||
add: '/meeting/payMeetingSituation/signUp'
|
||||
}
|
||||
@@ -549,8 +551,10 @@ export default {
|
||||
// 选择是说明身份是嘉宾
|
||||
this.identifyType = 1
|
||||
this.inviteCodeBool = true
|
||||
this.identityBool = false
|
||||
} else if (e.target.value === 0) {
|
||||
this.inviteCodeBool = false
|
||||
this.identityBool = true
|
||||
// 选的否 身份置空
|
||||
this.identifyType = null
|
||||
this.$nextTick(() => {
|
||||
|
||||
Reference in New Issue
Block a user