bug修改
This commit is contained in:
@@ -25,7 +25,8 @@
|
|||||||
<a-form-item label="姓名" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
<a-form-item label="姓名" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||||
<a-input placeholder="请输入姓名"
|
<a-input placeholder="请输入姓名"
|
||||||
v-decorator="['name',validatorRules.name]"
|
v-decorator="['name',validatorRules.name]"
|
||||||
:maxLength='50'></a-input>
|
:maxLength='50'
|
||||||
|
@change="e => {e.target.value = (e.target.value + '').trim()}"></a-input>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
|
|||||||
Reference in New Issue
Block a user