yao/tests/libs/pages/static.json
2021-11-06 15:11:53 +08:00

16 lines
318 B
JSON

{
"Page": {
"primary": "{{$in.0}}",
"layout": {
"filters": [
{ "name": "开始时间", "width": 6 },
{ "name": "结束时间", "width": 6 }
],
"charts": [
{ "type": "line", "props": {} },
{ "type": "bar", "props": {} }
]
},
"actions": {}
}
}