22 lines
481 B
JSON
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
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |