22 lines
1.3 KiB
JSON
22 lines
1.3 KiB
JSON
{
|
|
"tblname": "scene",
|
|
"params": {
|
|
"browserfields": {
|
|
"dataviewer": ["id", "world_id", "name", "code", "description", "scene_type", "status", "config_json", "created_at", "updated_at"],
|
|
"databrowser": ["id", "world_id", "name", "code", "scene_type", "status", "created_at"],
|
|
"alters": [
|
|
{"field": "world_id", "label": "所属世界", "uitype": "code", "dataurl": "{{entire_url('../api/get_search_world_id.dspy')}}", "valueField": "value", "textField": "text", "required": true},
|
|
{"field": "scene_type", "label": "场景类型", "uitype": "code", "dataurl": "{{entire_url('../api/get_search_scene_type.dspy')}}", "valueField": "value", "textField": "text"},
|
|
{"field": "status", "label": "状态", "uitype": "code", "dataurl": "{{entire_url('../api/get_search_status.dspy')}}", "valueField": "value", "textField": "text"}
|
|
]
|
|
},
|
|
"editable": {
|
|
"editablefields": ["world_id", "name", "code", "description", "scene_type", "status", "config_json"],
|
|
"editexclouded": ["id", "created_at", "updated_at"]
|
|
},
|
|
"new_data_url": "{{entire_url('../api/create_scene.dspy')}}",
|
|
"update_data_url": "{{entire_url('../api/scene_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('../api/scene_delete.dspy')}}"
|
|
}
|
|
}
|