fix: 测试报告名称长度限制

This commit is contained in:
zhangdahai112 2022-02-15 10:15:41 +08:00 committed by 刘瑞斌
parent 9311cd828a
commit 3997d01761
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
:before-close="close">
<el-form>
<el-form-item :label="$t('commons.name')">
<el-input v-model="data.name"></el-input>
<el-input v-model="data.name" maxlength="60" show-word-limit></el-input>
</el-form-item>
</el-form>