19 lines
498 B
JSON
19 lines
498 B
JSON
{
|
|
"tblname": "svgicon",
|
|
"params": {
|
|
"title": "图标",
|
|
"description": "系统中使用的图标",
|
|
"sortby": "id",
|
|
"browserfields": {
|
|
"exclouded": [],
|
|
"alters": {}
|
|
},
|
|
"editexclouded": [],
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('../api/svgicon_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('../api/svgicon_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('../api/svgicon_delete.dspy')}}"
|
|
}
|
|
},
|
|
"alias": "svgicon_list"
|
|
} |