[update 解读流程] 字段长度调整
This commit is contained in:
+1
-1
@@ -255,7 +255,7 @@
|
|||||||
<!--备注-->
|
<!--备注-->
|
||||||
<a-form-item :label="$t('workCenter.standardInterpretationProcess.notes')" :colon="false">
|
<a-form-item :label="$t('workCenter.standardInterpretationProcess.notes')" :colon="false">
|
||||||
<a-textarea :placeholder="$t('pleaseEnter') + $t('workCenter.standardInterpretationProcess.notes')"
|
<a-textarea :placeholder="$t('pleaseEnter') + $t('workCenter.standardInterpretationProcess.notes')"
|
||||||
:maxLength="500"
|
:maxLength="2000"
|
||||||
:rows="4"
|
:rows="4"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
v-decorator="['remarks']" />
|
v-decorator="['remarks']" />
|
||||||
|
|||||||
Reference in New Issue
Block a user