[修改]字段最大为3000

This commit is contained in:
zhoulingpo
2024-07-01 14:37:37 +08:00
parent 51a8354a37
commit dba65e32a8
2 changed files with 6 additions and 6 deletions
@@ -473,7 +473,7 @@
type="textarea"
v-model="plForm.changePoint"
placeholder="请输入国内标准的差异点"
maxlength="1000"
maxlength="3000"
:autosize="{minRows:10,maxRows:10}"
></el-input>
</el-form-item>
@@ -483,7 +483,7 @@
:autosize="{ minRows: 4, maxRows: 14}"
v-model="plForm.changePoint"
placeholder="请输入上一版本差异点"
maxlength="500"
maxlength="3000"
></el-input>
</el-form-item>
<custom-date-pick-group
@@ -319,7 +319,7 @@
type="textarea"
v-model="plForm.changePoint"
placeholder="请输入国内标准的差异点"
maxlength="500"
maxlength="3000"
:autosize="{minRows:10,maxRows:10}"
></el-input>
</el-form-item>
@@ -329,7 +329,7 @@
:autosize="{ minRows: 4, maxRows: 14}"
v-model="plForm.changePoint"
placeholder="请输入上一版本差异点"
maxlength="500"
maxlength="3000"
></el-input>
</el-form-item>
<custom-date-pick-group
@@ -413,7 +413,7 @@
type="textarea"
v-model="editForm.changePoint"
placeholder="请输入国内标准的差异点"
maxlength="1000"
maxlength="3000"
:autosize="{minRows:10,maxRows:10}"
></el-input>
</el-form-item>
@@ -423,7 +423,7 @@
:autosize="{ minRows: 4, maxRows: 14}"
v-model="editForm.changePoint"
placeholder="请输入上一版本差异点"
maxlength="500"
maxlength="3000"
></el-input>
</el-form-item>
<custom-date-pick-group