fix(接口测试): 修复接口测试文档样式修改中出现的部分数据不显示的问题

--bug=1020653 --user=宋天阳 【接口测试】接口高级设置问题汇总
https://www.tapd.cn/55049933/s/1313682
This commit is contained in:
song-tianyang 2022-12-06 22:59:11 +08:00 committed by 建国
parent 8ae1d16e98
commit 1ce58d3bee
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<div>
<el-row class="apiInfoRow">
<div>
<el-row>
<el-row v-if="formParamTypes.includes(apiInfo.responseBodyParamType)">
<div style="float: right">
<api-params-config
v-if="apiParamsConfigFields"

View File

@ -106,7 +106,11 @@
size="small" />
</el-col>
<el-col class="ms-col-name" v-if="showColumns('FORMAT')" style="min-width: 120px; padding: 0 5px">
<el-input :disabled="true" size="small" :placeholder="$t('schema.format')"></el-input>
<el-input
:disabled="true"
v-model="pickValue.format"
size="small"
:placeholder="$t('schema.format')"></el-input>
</el-col>
<el-col class="ms-col-name" v-if="showColumns('ENUM')" style="min-width: 300px; padding: 0 5px">
<el-input