31 lines
1.5 KiB
JSON
31 lines
1.5 KiB
JSON
{
|
|
"tblname": "world_sync",
|
|
"title": "世界同步记录",
|
|
"params": {
|
|
"sortby": ["created_at desc"],
|
|
"new_data_url": "{{entire_url('../api/create_world_sync.dspy')}}",
|
|
"update_data_url": "{{entire_url('../api/world_sync_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('../api/world_sync_delete.dspy')}}",
|
|
"browserfields": {
|
|
"exclouded": ["id", "result_json"],
|
|
"alters": {
|
|
"world_id": {"uitype": "code", "dataurl": "{{entire_url('../api/get_search_world_id.dspy')}}"},
|
|
"sync_type": {"uitype": "code", "dataurl": "{{entire_url('../api/get_search_sync_type.dspy')}}"},
|
|
"status": {"uitype": "code", "dataurl": "{{entire_url('../api/get_search_sync_status.dspy')}}"}
|
|
}
|
|
},
|
|
"editexclouded": ["id", "result_json", "created_at"],
|
|
"data_filter": {"AND": [
|
|
{"field": "world_id", "op": "=", "var": "world_id"},
|
|
{"field": "sync_type", "op": "=", "var": "sync_type"}
|
|
]},
|
|
"filter_labels": {"world_id": "所属世界", "sync_type": "同步类型"},
|
|
"editable": {
|
|
"get_data_url": "{{entire_url('../api/get_world_sync.dspy')}}",
|
|
"new_data_url": "{{entire_url('../api/create_world_sync.dspy')}}",
|
|
"update_data_url": "{{entire_url('../api/world_sync_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('../api/world_sync_delete.dspy')}}"
|
|
}
|
|
}
|
|
}
|