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