[修改]字段最大为3000
This commit is contained in:
@@ -473,7 +473,7 @@
|
|||||||
type="textarea"
|
type="textarea"
|
||||||
v-model="plForm.changePoint"
|
v-model="plForm.changePoint"
|
||||||
placeholder="请输入国内标准的差异点"
|
placeholder="请输入国内标准的差异点"
|
||||||
maxlength="1000"
|
maxlength="3000"
|
||||||
:autosize="{minRows:10,maxRows:10}"
|
:autosize="{minRows:10,maxRows:10}"
|
||||||
></el-input>
|
></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
@@ -483,7 +483,7 @@
|
|||||||
:autosize="{ minRows: 4, maxRows: 14}"
|
:autosize="{ minRows: 4, maxRows: 14}"
|
||||||
v-model="plForm.changePoint"
|
v-model="plForm.changePoint"
|
||||||
placeholder="请输入上一版本差异点"
|
placeholder="请输入上一版本差异点"
|
||||||
maxlength="500"
|
maxlength="3000"
|
||||||
></el-input>
|
></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<custom-date-pick-group
|
<custom-date-pick-group
|
||||||
|
|||||||
@@ -319,7 +319,7 @@
|
|||||||
type="textarea"
|
type="textarea"
|
||||||
v-model="plForm.changePoint"
|
v-model="plForm.changePoint"
|
||||||
placeholder="请输入国内标准的差异点"
|
placeholder="请输入国内标准的差异点"
|
||||||
maxlength="500"
|
maxlength="3000"
|
||||||
:autosize="{minRows:10,maxRows:10}"
|
:autosize="{minRows:10,maxRows:10}"
|
||||||
></el-input>
|
></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
@@ -329,7 +329,7 @@
|
|||||||
:autosize="{ minRows: 4, maxRows: 14}"
|
:autosize="{ minRows: 4, maxRows: 14}"
|
||||||
v-model="plForm.changePoint"
|
v-model="plForm.changePoint"
|
||||||
placeholder="请输入上一版本差异点"
|
placeholder="请输入上一版本差异点"
|
||||||
maxlength="500"
|
maxlength="3000"
|
||||||
></el-input>
|
></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<custom-date-pick-group
|
<custom-date-pick-group
|
||||||
@@ -413,7 +413,7 @@
|
|||||||
type="textarea"
|
type="textarea"
|
||||||
v-model="editForm.changePoint"
|
v-model="editForm.changePoint"
|
||||||
placeholder="请输入国内标准的差异点"
|
placeholder="请输入国内标准的差异点"
|
||||||
maxlength="1000"
|
maxlength="3000"
|
||||||
:autosize="{minRows:10,maxRows:10}"
|
:autosize="{minRows:10,maxRows:10}"
|
||||||
></el-input>
|
></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
@@ -423,7 +423,7 @@
|
|||||||
:autosize="{ minRows: 4, maxRows: 14}"
|
:autosize="{ minRows: 4, maxRows: 14}"
|
||||||
v-model="editForm.changePoint"
|
v-model="editForm.changePoint"
|
||||||
placeholder="请输入上一版本差异点"
|
placeholder="请输入上一版本差异点"
|
||||||
maxlength="500"
|
maxlength="3000"
|
||||||
></el-input>
|
></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<custom-date-pick-group
|
<custom-date-pick-group
|
||||||
|
|||||||
Reference in New Issue
Block a user