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

22 lines
481 B
JSON

{
"tblname": "dashboard_config",
"title": "仪表板配置",
"params": {
"sortby": "dashboard_name",
"logined_userorgid": "org_id",
"browserfields": {
"exclouded": ["id", "org_id", "created_by", "created_at"]
},
"editexclouded": ["id", "org_id", "created_by"],
"alterations": [
{
"field": "config_json",
"widgettype": "TextArea",
"options": {
"rows": 10,
"cols": 80
}
}
]
}
}