[monitor]feature:param yml support key-value map (#57)
This commit is contained in:
@@ -9,4 +9,7 @@ export class ParamDefine {
|
||||
limit: number | undefined;
|
||||
//'[{"label":"GET请求","value":"GET"},{"label":"PUT请求","value":"PUT"}]'
|
||||
options!: any[];
|
||||
// 当type为key-value时有效,表示别名描述
|
||||
keyAlias!: string;
|
||||
valueAlias!: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user