fix 79851

This commit is contained in:
danshihao
2024-01-08 10:28:33 +08:00
parent 785043c208
commit 12d4bc0a4a
3 changed files with 3 additions and 3 deletions
@@ -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>