feat(ops-web/kol): add KOL subscription review console

New /kol-subscriptions page lists pending and active subscriptions, lets
operators approve / revoke / manually bind packages to tenants, and links
into the AppShell nav under 订阅包审批. Register Alert globally so the
view's status banners render.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-29 22:07:41 +08:00
parent 9bb7144593
commit 73fd7db21a
4 changed files with 634 additions and 0 deletions
+6
View File
@@ -24,6 +24,12 @@ export const router = createRouter({
component: () => import("@/views/AdminUsersView.vue"),
meta: { title: "用户管理" },
},
{
path: "kol-subscriptions",
name: "kol-subscriptions",
component: () => import("@/views/KolSubscriptionsView.vue"),
meta: { title: "订阅包审批" },
},
{
path: "accounts",
name: "accounts",