fix: 变量名限制字符数

This commit is contained in:
wangdan-fit2cloud 2024-08-19 17:38:20 +08:00
parent 9afdb50cc4
commit cb141a368a

View File

@ -18,6 +18,7 @@
<el-input
v-model="form.name"
placeholder="请输入变量名"
maxlength="64"
show-word-limit
@blur="form.name = form.name.trim()"
/>