[update] 修改bug87964
This commit is contained in:
+2
-2
@@ -136,8 +136,8 @@
|
||||
v-decorator.trim="[ 'requireType', validatorRules.requireType ]" />
|
||||
</a-form-item>
|
||||
<!-- 备注 -->
|
||||
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('remarks')">
|
||||
<a-input :placeholder="$t('pleaseEnter') + $t('remarks')"
|
||||
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('standardRegulationLibrary.marketListField.remarks')">
|
||||
<a-input :placeholder="$t('pleaseEnter') + $t('standardRegulationLibrary.marketListField.remarks')"
|
||||
:maxLength="50"
|
||||
v-decorator.trim="[ 'remark', validatorRules.remark ]" />
|
||||
</a-form-item>
|
||||
|
||||
Reference in New Issue
Block a user