[update] 修改bug80017
This commit is contained in:
@@ -51,6 +51,7 @@
|
|||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('title')">
|
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('title')">
|
||||||
<a-input v-decorator.trim="[ 'title', validatorRules.title]"
|
<a-input v-decorator.trim="[ 'title', validatorRules.title]"
|
||||||
|
:maxLength="50"
|
||||||
@change="event => event.target.value = event.target.value.trim()"
|
@change="event => event.target.value = event.target.value.trim()"
|
||||||
:placeholder="$t('pleaseEnter') + $t('title')"/>
|
:placeholder="$t('pleaseEnter') + $t('title')"/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user