fix(接口测试): 编辑jar包描述字段显示问题

This commit is contained in:
chenjianxing 2020-10-21 18:29:11 +08:00
parent 4a07f74706
commit 21983d1ccb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<el-form-item :label="$t('commons.name')" prop="name">
<el-input size="small" v-model="currentConfig.name" clearable show-word-limit/>
</el-form-item>
<el-form-item :label="$t('commons.project')" prop="description">
<el-form-item :label="$t('commons.description')" prop="description">
<el-input :disabled="readOnly" v-model="currentConfig.description"
type="textarea"
:autosize="{ minRows: 2, maxRows: 4}"