[update 解读流程] 字段长度调整

This commit is contained in:
danshihao
2024-08-20 14:55:22 +08:00
parent c59b00b87d
commit ecbe64a156
@@ -255,7 +255,7 @@
<!--备注-->
<a-form-item :label="$t('workCenter.standardInterpretationProcess.notes')" :colon="false">
<a-textarea :placeholder="$t('pleaseEnter') + $t('workCenter.standardInterpretationProcess.notes')"
:maxLength="500"
:maxLength="2000"
:rows="4"
:disabled="disabled"
v-decorator="['remarks']" />