fix: el-seleect 可创建条目 以及 el-autocomplete 添加最大长度为64的限制

This commit is contained in:
zhangyu
2023-06-25 14:52:20 +08:00
parent d3f2fa2767
commit 0328db0491
12 changed files with 25 additions and 13 deletions

View File

@@ -940,7 +940,7 @@
style="margin-right: 10px"
@change="change('valueMapping', index)"
filterable
allow-create
allow-create :maxlength="64"
default-first-option
>
<el-option
@@ -1018,7 +1018,7 @@
size="small"
@change="change"
filterable
allow-create
allow-create :maxlength="64"
default-first-option
>
<el-option