feat: add uapi subtable to upapp CRUD

After removing uapiset, upapp directly manages its uapi records via
apisetid. Added uapi as a subtable in upapp.json so users can view/edit
APIs directly from the upapp detail page.
This commit is contained in:
yumoqing 2026-05-20 15:38:48 +08:00
parent 471362a9f1
commit 98df132a78

View File

@ -16,6 +16,11 @@
"field":"upappid",
"subtable": "upappkey",
"title": "APIKEY"
},
{
"field":"apisetid",
"subtable": "uapi",
"title": "API"
}
],
"toolbar":{