[update] 动态消息中动态标题限制改为200字符
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
:labelCol="labelCol"
|
||||
:wrapperCol="wrapperCol">
|
||||
<a-input :placeholder="$t('pleaseEnter') + $t('standardRegulationLibrary.dynamicMessage.dynamicHeading')"
|
||||
:maxLength="50"
|
||||
:maxLength="200"
|
||||
v-decorator="['dynamicHeading', validatorRules.dynamicHeading]" />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
|
||||
Reference in New Issue
Block a user