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

22 lines
429 B
JSON

{
"tblname": "user_dashboard",
"title": "用户仪表板",
"params": {
"sortby": "user_id",
"logined_userorgid": "org_id",
"browserfields": {
"exclouded": ["id", "org_id"]
},
"editexclouded": ["id", "org_id"],
"alterations": [
{
"field": "layout_json",
"widgettype": "TextArea",
"options": {
"rows": 8,
"cols": 80
}
}
]
}
}