15 lines
696 B
JSON
15 lines
696 B
JSON
{
|
|
"tblname": "scene_import",
|
|
"params": {
|
|
"browserfields": {
|
|
"dataviewer": ["id", "world_id", "file_name", "total", "success", "fail", "status", "created_at"],
|
|
"databrowser": ["id", "world_id", "file_name", "total", "success", "fail", "status", "created_at"],
|
|
"alters": [
|
|
{"field": "world_id", "label": "目标世界", "uitype": "code", "dataurl": "{{entire_url('../api/get_search_world_id.dspy')}}", "valueField": "value", "textField": "text"},
|
|
{"field": "status", "label": "导入状态", "uitype": "code", "dataurl": "{{entire_url('../api/get_search_status.dspy')}}", "valueField": "value", "textField": "text"}
|
|
]
|
|
},
|
|
"editable": {}
|
|
}
|
|
}
|