unified_dashboard/json/report_template.json
2026-04-16 14:42:15 +08:00

46 lines
949 B
JSON

{
"tblname": "report_template",
"title": "报表模板",
"params": {
"sortby": "template_name",
"logined_userorgid": "org_id",
"browserfields": {
"exclouded": ["id", "org_id", "created_by", "created_at"]
},
"editexclouded": ["id", "org_id", "created_by"],
"alterations": [
{
"field": "sql_query",
"widgettype": "TextArea",
"options": {
"rows": 8,
"cols": 80
}
},
{
"field": "columns_config",
"widgettype": "TextArea",
"options": {
"rows": 5,
"cols": 80
}
},
{
"field": "filters_config",
"widgettype": "TextArea",
"options": {
"rows": 5,
"cols": 80
}
},
{
"field": "chart_config",
"widgettype": "TextArea",
"options": {
"rows": 5,
"cols": 80
}
}
]
}
}