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:
王晓勇
2024-07-02 02:06:29 +00:00
@@ -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