This commit is contained in:
yumoqing 2025-08-05 12:58:31 +08:00
parent 86c9b4f589
commit bbd2ed42f2
4 changed files with 2 additions and 35 deletions

View File

@ -12,8 +12,8 @@
"subtables":[ "subtables":[
{ {
"field":"upappid", "field":"upappid",
"subtable": "upappapis", "subtable": "uapi",
"title": "API" "title": "API"
}, },
{ {
"field":"upappid", "field":"upappid",

View File

@ -1,33 +0,0 @@
{
"tblname":"upappapis",
"params":{
"toolbar":{
"tools":[
{
"name":"test",
"icon":"{{entire_url('/imgs/test.svg')}}",
"label": "测试",
"selected_row":true
}
]
},
"binds":[
{
"wid":"self",
"event":"test",
"actiontype": "urlwidget",
"options":{
"url":"{{entire_url('/uapi/apitest.dspy')}}"
}
}
],
"title":"使用api集",
"description":"此系统使用的API集",
"sortby":"name",
"browserfields":{
"exclouded":["id"],
"alters":{}
},
"editexclouded":["id", "upappid"]
}
}

Binary file not shown.

Binary file not shown.