You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
{
"type" : "page" ,
"body" : [
{
"type" : "form" ,
"title" : "过滤条件" ,
"target" : "chart1" ,
"submitOnInit" : true ,
"className" : "m-b" ,
"wrapWithPanel" : false ,
"mode" : "inline" ,
"reload" : "chart1" ,
"body" : [
{
"type" : "input-text" ,
"label" : "输入模板Id: " ,
"name" : "name" ,
"addOn" : {
"type" : "submit" ,
"label" : "查询" ,
"level" : "primary"
} ,
"size" : "lg" ,
"mode" : "" ,
"description" : "" ,
"placeholder" : "查询非当天模板数据, 输入businessId"
}
] ,
"actions" : [ ]
} ,
{
"type" : "divider"
} ,
{
"type" : "grid" ,
"className" : "m-t-lg" ,
"columns" : [
{
"body" : [
{
"type" : "chart" ,
"name" : "chart1" ,
"initFetch" : false ,
"replaceChartOption" : true ,
"clearPersistDataAfterSubmit" : true ,
"api" : {
"url" : "http://localhost:8080/trace/messageTemplate" ,
"method" : "post" ,
"data" : {
"businessId" : "${name}"
}
}
}
]
}
]
}
]
}