42 lines
1.6 KiB
JSON
42 lines
1.6 KiB
JSON
{
|
|
"tblname": "world",
|
|
"title": "世界管理",
|
|
"params": {
|
|
"sortby": ["created_at desc"],
|
|
"new_data_url": "{{entire_url('/world/api/create_world.dspy')}}",
|
|
"update_data_url": "{{entire_url('/world/api/world_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('/world/api/world_delete.dspy')}}",
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('../api/create_world.dspy')}}",
|
|
"update_data_url": "{{entire_url('../api/world_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('../api/world_delete.dspy')}}"
|
|
},
|
|
"data_filter": {
|
|
"AND": [
|
|
{"field": "name", "op": "LIKE", "var": "name_input"},
|
|
{"field": "mode", "op": "=", "var": "mode_input"},
|
|
{"field": "world_type", "op": "=", "var": "world_type_input"}
|
|
]
|
|
},
|
|
"filter_labels": {
|
|
"name_input": "世界名称",
|
|
"mode_input": "世界模式",
|
|
"world_type_input": "世界类型"
|
|
},
|
|
"browserfields": {
|
|
"exclouded": ["id"],
|
|
"alters": {
|
|
"mode": {
|
|
"uitype": "code",
|
|
"dataurl": "{{entire_url('../api/get_search_status.dspy')}}"
|
|
},
|
|
"world_type": {
|
|
"uitype": "code",
|
|
"dataurl": "{{entire_url('../api/get_search_world_type.dspy')}}"
|
|
}
|
|
}
|
|
},
|
|
"editexclouded": ["id", "code", "owner_id", "org_id", "created_at", "updated_at"]
|
|
}
|
|
}
|