43 lines
914 B
JSON
43 lines
914 B
JSON
{
|
|
"tblname":"upapp",
|
|
"params":{
|
|
"title":"上位系统",
|
|
"description":"上位系统",
|
|
"sortby":"name",
|
|
"logined_userorgid":"ownerid",
|
|
"confidential_fields":["secretkey"],
|
|
"browserfields":{
|
|
"exclouded":["ownerid"],
|
|
"alters":{}
|
|
},
|
|
"editexclouded":["ownerid"],
|
|
"subtables":[
|
|
{
|
|
"field":"upappid",
|
|
"subtable": "upappkey",
|
|
"title": "APIKEY"
|
|
}
|
|
],
|
|
"toolbar":{
|
|
"tools":[
|
|
{
|
|
"name":"jumpin",
|
|
"label":"跳转到",
|
|
"selected_data": true
|
|
}
|
|
]
|
|
},
|
|
"binds":[
|
|
{
|
|
"wid":"self",
|
|
"event":"jumpin",
|
|
"actiontype":"urlwidget",
|
|
"target":"self",
|
|
"options":{
|
|
"url":"{{entire_url('/uapi/jump_in.dspy')}}"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|