[update 稽查流程] 稽查报告-执行情况限制改为数据库长度2000

This commit is contained in:
danshihao
2024-07-19 15:14:59 +08:00
parent bcc5bda80f
commit 31b25424af
2 changed files with 2 additions and 2 deletions
@@ -44,7 +44,7 @@
:wrapperCol="wrapperCol"
prop="executionStatus"
:label="$t('workCenter.esInspectionProcess.implementation')">
<a-input :max-length="50" v-model="form.executionStatus" disabled
<a-input :max-length="2000" v-model="form.executionStatus" disabled
:placeholder="$t('pleaseEnter') + $t('workCenter.esInspectionProcess.implementation')" />
</a-form-model-item>
<!-- 附件 -->
@@ -44,7 +44,7 @@
:wrapperCol="wrapperCol"
prop="executionStatus"
:label="$t('workCenter.esInspectionProcess.implementation')">
<a-input :max-length="50" v-model="form.executionStatus"
<a-input :max-length="2000" v-model="form.executionStatus"
:placeholder="$t('pleaseEnter') + $t('workCenter.esInspectionProcess.implementation')" />
</a-form-model-item>
<!-- 附件 -->