From 73fd7db21a3b9eff7b1ec08d2c8e523e6498d661 Mon Sep 17 00:00:00 2001 From: liangxu Date: Wed, 29 Apr 2026 22:07:41 +0800 Subject: [PATCH] feat(ops-web/kol): add KOL subscription review console MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- apps/ops-web/src/layouts/AppShell.vue | 7 + apps/ops-web/src/main.ts | 2 + apps/ops-web/src/router/index.ts | 6 + .../src/views/KolSubscriptionsView.vue | 619 ++++++++++++++++++ 4 files changed, 634 insertions(+) create mode 100644 apps/ops-web/src/views/KolSubscriptionsView.vue diff --git a/apps/ops-web/src/layouts/AppShell.vue b/apps/ops-web/src/layouts/AppShell.vue index faa3743..3c48beb 100644 --- a/apps/ops-web/src/layouts/AppShell.vue +++ b/apps/ops-web/src/layouts/AppShell.vue @@ -48,6 +48,7 @@ + +