28 lines
681 B
JSON
28 lines
681 B
JSON
{
|
|
"tblname": "appcodes",
|
|
"title": "代码管理",
|
|
"params": {
|
|
"sortby": "id",
|
|
"browserfields": {
|
|
"exclouded": [],
|
|
"alters": {}
|
|
},
|
|
"editexclouded": [],
|
|
"subtables": [
|
|
{
|
|
"title": "代码键值管理",
|
|
"subtable": "appcodes_kv",
|
|
"params": {
|
|
"hierarchy_flg": "${hierarchy_flg}"
|
|
},
|
|
"field": "parentid"
|
|
}
|
|
],
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('../api/appcodes_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('../api/appcodes_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('../api/appcodes_delete.dspy')}}"
|
|
}
|
|
},
|
|
"alias": "appcodes_list"
|
|
} |