feat(接口测试): 参数提取新增描述列
This commit is contained in:
parent
b41f156672
commit
ecc8e851ac
|
@ -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',
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in New Issue