Merge branch 'fix_foton_20240619' into 'master'

fix: 字段最大值改为3000

See merge request laws-foton-slrs/foton-laws-system-front!204
This commit is contained in:
王晓勇
2024-07-02 01:23:32 +00:00
@@ -451,7 +451,7 @@
type="textarea"
v-model="plForm.technicalRequir"
placeholder="请输入核心技术要求"
maxlength="500"
maxlength="3000"
:autosize="{minRows:10,maxRows:10}"
></el-input>
</el-form-item>
@@ -460,7 +460,7 @@
type="textarea"
v-model="plForm.changePoint"
placeholder="请输入国内标准的差异点"
maxlength="1000"
maxlength="3000"
:autosize="{minRows:10,maxRows:10}"
></el-input>
</el-form-item>