fix: 标准解读流程扩容字段长度

This commit is contained in:
wxyclub
2024-06-27 17:46:10 +08:00
parent 158aa1a8ef
commit 4fa50833f8
3 changed files with 3 additions and 3 deletions
@@ -460,7 +460,7 @@
type="textarea"
v-model="plForm.changePoint"
placeholder="请输入国内标准的差异点"
maxlength="500"
maxlength="1000"
:autosize="{minRows:10,maxRows:10}"
></el-input>
</el-form-item>
@@ -473,7 +473,7 @@
type="textarea"
v-model="plForm.changePoint"
placeholder="请输入国内标准的差异点"
maxlength="500"
maxlength="1000"
:autosize="{minRows:10,maxRows:10}"
></el-input>
</el-form-item>
@@ -413,7 +413,7 @@
type="textarea"
v-model="editForm.changePoint"
placeholder="请输入国内标准的差异点"
maxlength="500"
maxlength="1000"
:autosize="{minRows:10,maxRows:10}"
></el-input>
</el-form-item>