39 lines
905 B
JSON
39 lines
905 B
JSON
{
|
|
"tblname": "appcodes_kv",
|
|
"title": "代码键值管理",
|
|
"params": {
|
|
"sortby": [
|
|
"k",
|
|
"v"
|
|
],
|
|
"browserfields": {
|
|
"exclouded": [
|
|
"id",
|
|
"parentid"
|
|
],
|
|
"alters": {}
|
|
},
|
|
"editexclouded": [
|
|
"id",
|
|
"parentid"
|
|
],
|
|
"subtables_condition": " params_kw.hierarchy_flg == '1' ",
|
|
"subtables": [
|
|
{
|
|
"title": "代码键值管理",
|
|
"params": {
|
|
"hierarchy_flg": "{{params_kw.hierarchy_flg}}",
|
|
"parentid": "${id}"
|
|
},
|
|
"subtable": "appcodes_kv",
|
|
"field": "parentid"
|
|
}
|
|
],
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('../api/appcodes_kv_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('../api/appcodes_kv_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('../api/appcodes_kv_delete.dspy')}}"
|
|
}
|
|
},
|
|
"alias": "appcodes_kv_list"
|
|
} |