Merge branch 'fix_foton_20240619' into 'master'
fix: 字段最大值改为3000 See merge request laws-foton-slrs/foton-laws-system-front!205
This commit is contained in:
@@ -451,7 +451,7 @@
|
||||
type="textarea"
|
||||
v-model="plForm.technicalRequir"
|
||||
placeholder="请输入核心技术要求"
|
||||
maxlength="3000"
|
||||
maxlength="500"
|
||||
:autosize="{minRows:10,maxRows:10}"
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
@@ -470,7 +470,7 @@
|
||||
:autosize="{ minRows: 4, maxRows: 14}"
|
||||
v-model="plForm.changePoint"
|
||||
placeholder="请输入上一版本差异点"
|
||||
maxlength="500"
|
||||
maxlength="3000"
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
<custom-date-pick-group
|
||||
|
||||
Reference in New Issue
Block a user