18 lines
639 B
JSON
18 lines
639 B
JSON
{
|
|
"tblname": "org_storage_limits",
|
|
"params": {
|
|
"title": "机构存储限额",
|
|
"browserfields": [
|
|
{"field": "org_id", "title": "机构ID", "width": "35%"},
|
|
{"field": "limit_bytes", "title": "限额(字节)", "width": "35%"},
|
|
{"field": "updated_at", "title": "更新时间", "width": "30%"}
|
|
],
|
|
"editfields": [
|
|
{"field": "org_id", "uitype": "Text", "required": true},
|
|
{"field": "limit_bytes", "uitype": "Text", "required": true, "default": "104857600"}
|
|
],
|
|
"searchfields": ["org_id"],
|
|
"sort": "updated_at desc"
|
|
}
|
|
}
|