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.
52 lines
1011 B
52 lines
1011 B
{
|
|
"type": "page",
|
|
"body": [
|
|
{
|
|
"title": "查询条件(只能查当天)",
|
|
"type": "form",
|
|
"target": "my_crud",
|
|
"body": [
|
|
{
|
|
"type": "input-text",
|
|
"name": "keywords",
|
|
"label": "用户ID:",
|
|
"require": true
|
|
}
|
|
],
|
|
"submitText": "搜索"
|
|
},
|
|
{
|
|
"type": "crud",
|
|
"name": "my_crud",
|
|
"api": {
|
|
"url": "${ls:backend_url}/trace/user",
|
|
"method": "post",
|
|
"data": {
|
|
"receiver": "${keywords}"
|
|
}
|
|
},
|
|
"columns": [
|
|
{
|
|
"name": "businessId",
|
|
"label": "业务ID"
|
|
},
|
|
{
|
|
"name": "title",
|
|
"label": "模板名称"
|
|
},
|
|
{
|
|
"name": "sendType",
|
|
"label": "发送类型"
|
|
},
|
|
{
|
|
"name": "creator",
|
|
"label": "模板创建者"
|
|
},
|
|
{
|
|
"name": "detail",
|
|
"label": "发送细节"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |