feat(接口测试): 参数提取新增描述列
This commit is contained in:
parent
b41f156672
commit
ecc8e851ac
|
@ -794,6 +794,12 @@
|
|||
needValidRepeat: true,
|
||||
width: 150,
|
||||
},
|
||||
{
|
||||
title: 'common.desc',
|
||||
dataIndex: 'description',
|
||||
slotName: 'description',
|
||||
width: 150,
|
||||
},
|
||||
{
|
||||
title: 'apiTestDebug.paramType',
|
||||
dataIndex: 'variableType',
|
||||
|
|
|
@ -273,6 +273,7 @@ export const defaultExtractParamItem: ExpressionConfig = {
|
|||
resultMatchingRuleNum: 1,
|
||||
responseFormat: ResponseBodyXPathAssertionFormat.XML,
|
||||
moreSettingPopoverVisible: false,
|
||||
description: '',
|
||||
};
|
||||
// 提取类型选项
|
||||
export const extractTypeOptions = [
|
||||
|
|
Loading…
Reference in New Issue