[update 稽查流程] 稽查报告-执行情况限制改为数据库长度2000
This commit is contained in:
+1
-1
@@ -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>
|
||||
<!-- 附件 -->
|
||||
|
||||
+1
-1
@@ -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>
|
||||
<!-- 附件 -->
|
||||
|
||||
Reference in New Issue
Block a user