[update 国际研讨会] 新增编辑参会人职务信息字段完善
This commit is contained in:
@@ -42,10 +42,10 @@
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
|
||||
<!--国际研讨会-职务信息-->
|
||||
<!--国际研讨会-职务-->
|
||||
<a-col :xxl="8" :xl="12" :sm="24" v-if="meetingType === MeetingTypeEnums.internationalSeminar.value ">
|
||||
<a-form-item label="职务信息" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-input placeholder="请输入职务信息"
|
||||
<a-form-item label="职务" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-input placeholder="请输入职务"
|
||||
:maxLength='50'
|
||||
v-decorator="['post',validatorRules.post]"></a-input>
|
||||
</a-form-item>
|
||||
@@ -245,7 +245,7 @@ export default {
|
||||
validateTrigger: 'change'
|
||||
},
|
||||
post: {
|
||||
rules: [{required: true, message: '请输入职务信息'}],
|
||||
rules: [{required: true, message: '请输入职务'}],
|
||||
validateTrigger: 'blur'
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user