mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 变量名限制字符数
This commit is contained in:
parent
9afdb50cc4
commit
cb141a368a
|
|
@ -18,6 +18,7 @@
|
|||
<el-input
|
||||
v-model="form.name"
|
||||
placeholder="请输入变量名"
|
||||
maxlength="64"
|
||||
show-word-limit
|
||||
@blur="form.name = form.name.trim()"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue