fix(接口测试): 编辑jar包描述字段显示问题
This commit is contained in:
parent
4a07f74706
commit
21983d1ccb
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue