fix: 测试报告名称长度限制
This commit is contained in:
parent
9311cd828a
commit
3997d01761
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue