feat(接口测试): 参数提取新增描述列

This commit is contained in:
baiqi 2024-11-04 10:45:15 +08:00 committed by Craftsman
parent b41f156672
commit ecc8e851ac
2 changed files with 7 additions and 0 deletions

View File

@ -794,6 +794,12 @@
needValidRepeat: true, needValidRepeat: true,
width: 150, width: 150,
}, },
{
title: 'common.desc',
dataIndex: 'description',
slotName: 'description',
width: 150,
},
{ {
title: 'apiTestDebug.paramType', title: 'apiTestDebug.paramType',
dataIndex: 'variableType', dataIndex: 'variableType',

View File

@ -273,6 +273,7 @@ export const defaultExtractParamItem: ExpressionConfig = {
resultMatchingRuleNum: 1, resultMatchingRuleNum: 1,
responseFormat: ResponseBodyXPathAssertionFormat.XML, responseFormat: ResponseBodyXPathAssertionFormat.XML,
moreSettingPopoverVisible: false, moreSettingPopoverVisible: false,
description: '',
}; };
// 提取类型选项 // 提取类型选项
export const extractTypeOptions = [ export const extractTypeOptions = [