38 lines
809 B
JSON
38 lines
809 B
JSON
{
|
|
"tblname":"uapi",
|
|
"params":{
|
|
"toolbar":{
|
|
"tools":[
|
|
{
|
|
"selected_row":true,
|
|
"name":"test",
|
|
"icon":"{{entire_url('/imgs/test.svg')}}",
|
|
"label": "api测试"
|
|
}
|
|
]
|
|
},
|
|
"binds":[
|
|
{
|
|
"wid":"self",
|
|
"event":"test",
|
|
"actiontype": "urlwidget",
|
|
"target":"PopupWindow",
|
|
"options":{
|
|
"methid":"POST",
|
|
"params":{},
|
|
"url":"{{entire_url('/uapi/uapi_test.ui')}}"
|
|
}
|
|
}
|
|
],
|
|
|
|
"title":"API",
|
|
"description":"API定义",
|
|
"sortby":"name",
|
|
"browserfields":{
|
|
"exclouded":["id"],
|
|
"alters":{}
|
|
},
|
|
"editexclouded":["id", "usid"]
|
|
}
|
|
}
|