[update] 市场清单详情编辑的认证交付物和备注字数限制改成500
This commit is contained in:
+2
-2
@@ -78,7 +78,7 @@
|
|||||||
<!-- 认证交付物 -->
|
<!-- 认证交付物 -->
|
||||||
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('standardRegulationLibrary.marketListField.certifiedDeliverables')">
|
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('standardRegulationLibrary.marketListField.certifiedDeliverables')">
|
||||||
<a-input :placeholder="$t('pleaseEnter') + $t('standardRegulationLibrary.marketListField.certifiedDeliverables')"
|
<a-input :placeholder="$t('pleaseEnter') + $t('standardRegulationLibrary.marketListField.certifiedDeliverables')"
|
||||||
:maxLength="50"
|
:maxLength="500"
|
||||||
v-decorator.trim="[ 'certifyTheDeliverables', validatorRules.certifyTheDeliverables ]" />
|
v-decorator.trim="[ 'certifyTheDeliverables', validatorRules.certifyTheDeliverables ]" />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<!-- 主控部门 -->
|
<!-- 主控部门 -->
|
||||||
@@ -139,7 +139,7 @@
|
|||||||
<!-- 备注 -->
|
<!-- 备注 -->
|
||||||
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('standardRegulationLibrary.marketListField.remarks')">
|
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('standardRegulationLibrary.marketListField.remarks')">
|
||||||
<a-input :placeholder="$t('pleaseEnter') + $t('standardRegulationLibrary.marketListField.remarks')"
|
<a-input :placeholder="$t('pleaseEnter') + $t('standardRegulationLibrary.marketListField.remarks')"
|
||||||
:maxLength="50"
|
:maxLength="500"
|
||||||
v-decorator.trim="[ 'remark', validatorRules.remark ]" />
|
v-decorator.trim="[ 'remark', validatorRules.remark ]" />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-form>
|
</a-form>
|
||||||
|
|||||||
Reference in New Issue
Block a user