16 lines
318 B
JSON
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": {}
|
|
}
|
|
}
|