[manager,web-app] 监控参数支持单选options
This commit is contained in:
@@ -7,5 +7,6 @@ export class ParamDefine {
|
||||
placeholder!: string;
|
||||
range: string | undefined;
|
||||
limit: number | undefined;
|
||||
options: string | undefined;
|
||||
//'[{"label":"GET请求","value":"GET"},{"label":"PUT请求","value":"PUT"}]'
|
||||
options!: any[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user