【update】-目的地key值的修改
This commit is contained in:
@@ -149,12 +149,12 @@
|
||||
v-decorator="[ 'arrivalShift',validatorRules.arrivalShift]"></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<!--需要做判断 增加 目的地 字段 演讲嘉宾 || 特邀嘉宾 存在-->
|
||||
<!--需要做判断 增加 目的地 字段,目的记录入住的酒店 演讲嘉宾 || 特邀嘉宾 存在-->
|
||||
<a-col :xxl="8" :xl="12" :sm="24" v-if="guestType === 2 || guestType === 3">
|
||||
<a-form-item label="目的地" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-input :disabled="isEditBool" placeholder="请输入目的地"
|
||||
@change="event => event.target.value = event.target.value.trim()" :maxLength="50"
|
||||
v-decorator="['destination']"></a-input>
|
||||
v-decorator="['destinationHotel']"></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
</a-row>
|
||||
|
||||
Reference in New Issue
Block a user