fix(接口测试): 预览-请求体没编码字段

This commit is contained in:
teukkk 2024-08-09 10:29:08 +08:00 committed by Craftsman
parent a9eead1b31
commit 3521ff0a3a
1 changed files with 0 additions and 11 deletions

View File

@ -713,17 +713,6 @@
},
width: 110,
},
{
title: 'apiTestDebug.encode',
dataIndex: 'encode',
slotName: 'encode',
inputType: 'text',
showInTable: false,
valueFormat: (record) => {
return record.encode ? t('common.yes') : t('common.no');
},
width: 68,
},
{
title: 'common.desc',
dataIndex: 'description',