[update 解读流程] 字段长度调整
This commit is contained in:
+2
-2
@@ -240,14 +240,14 @@
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
<!--P3证明符合性的交付物名称-->
|
<!--P3证明符合性的交付物名称-->
|
||||||
<a-form-item :label="$t('workCenter.standardInterpretationProcess.pThree')" :colon="false">
|
<a-form-item :label="$t('workCenter.standardInterpretationProcess.pThree')" :colon="false">
|
||||||
<a-input :max-length="50"
|
<a-input :max-length="200"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
:placeholder="$t('pleaseEnter')+$t('workCenter.standardInterpretationProcess.pThree')"
|
:placeholder="$t('pleaseEnter')+$t('workCenter.standardInterpretationProcess.pThree')"
|
||||||
v-decorator="['p3']"/>
|
v-decorator="['p3']"/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<!--P5证明符合性的交付物名称-->
|
<!--P5证明符合性的交付物名称-->
|
||||||
<a-form-item :label="$t('workCenter.standardInterpretationProcess.pFive')" :colon="false">
|
<a-form-item :label="$t('workCenter.standardInterpretationProcess.pFive')" :colon="false">
|
||||||
<a-input :max-length="50"
|
<a-input :max-length="200"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
:placeholder="$t('pleaseEnter')+$t('workCenter.standardInterpretationProcess.pFive')"
|
:placeholder="$t('pleaseEnter')+$t('workCenter.standardInterpretationProcess.pFive')"
|
||||||
v-decorator="['p5']"/>
|
v-decorator="['p5']"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user