fix: 标准解读流程扩容字段长度
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user