fix 79851
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@
|
||||
<!-- 稽查依据标准名称 -->
|
||||
<a-form-item :label="$t('workCenter.esInspectionPlan.inspectionBasisStandardName')" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-input :placeholder="$t('pleaseSelect') + $t('workCenter.esInspectionPlan.inspectionBasisStandardName')"
|
||||
disabled class="box-input" :maxLength="50"
|
||||
disabled class="box-input" :maxLength="500"
|
||||
v-decorator="['inspectName', validatorRules.inspectionBasisStandardName]" />
|
||||
</a-form-item>
|
||||
<!-- 计划稽查对象 -->
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
<a-form-model-item class="item-model" prop="standardName">
|
||||
<a-input disabled
|
||||
v-model="formInline.standardName"
|
||||
:maxLength="50"
|
||||
:maxLength="500"
|
||||
:placeholder="$t('pleaseEnter')+$t('workCenter.postMeetingManageProcess.standardName')" />
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
<a-form-model-item class="item-model" prop="standardName">
|
||||
<a-input disabled
|
||||
v-model="formInline.standardName"
|
||||
:maxLength="50"
|
||||
:maxLength="500"
|
||||
:placeholder="$t('pleaseEnter')+$t('workCenter.standardPromotionProcess.esName')" />
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user