fix: 新增编辑弹窗 名称去除首尾空格

This commit is contained in:
zhangyu
2022-10-18 09:21:01 +08:00
parent 3526f41fac
commit ef2ea5d1e5
32 changed files with 55 additions and 54 deletions

View File

@@ -17,7 +17,8 @@
<!-- title -->
<el-form-item :label='$t("project.topology.title")' prop="name">
<el-input
v-model="editIssue.name" :placeholder="''"
v-model.trim="editIssue.name"
:placeholder="''"
maxlength="64"
show-word-limit
ref="issueName"