【修改】邮箱授权码字段修改
This commit is contained in:
@@ -150,8 +150,8 @@
|
||||
v-decorator="[ 'email', validatorRules.email]" :maxLength="50"/>
|
||||
</a-form-item>
|
||||
|
||||
<a-form-item label="邮箱密码" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-input-password placeholder="请输入邮箱密码" @change="event => event.target.value = event.target.value.trim()"
|
||||
<a-form-item label="邮箱授权码" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-input-password placeholder="请输入邮箱授权码" @change="event => event.target.value = event.target.value.trim()"
|
||||
v-decorator="[ 'emailPassword', validatorRules.emailPassword]" :maxLength="50"/>
|
||||
</a-form-item>
|
||||
|
||||
@@ -230,7 +230,7 @@ export default {
|
||||
emailPassword: {
|
||||
rules: [{
|
||||
required: true,
|
||||
message: '请输入邮箱密码'
|
||||
message: '请输入邮箱授权码'
|
||||
}],
|
||||
validateTrigger: 'blur'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user