feat(shop-admin): manage group-buying activities

Add a group-buying page where a shop user lists, creates, edits, and deletes
its own activities, configuring the SKU, localized name and description, group
price, required paid members, active window, and group lifetime, and seeing each
activity's open groups. Expose it as a group-buying navigation entry.
This commit is contained in:
2026-09-18 13:22:47 +00:00
parent e540b91491
commit fe354529d0
3 changed files with 413 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@ watchEffect(() => {
<NuxtLink to="/invoices">{{ $t("nav.invoices") }}</NuxtLink>
<NuxtLink to="/coupons">{{ $t("nav.coupons") }}</NuxtLink>
<NuxtLink to="/flash-sales">{{ $t("nav.flashSales") }}</NuxtLink>
<NuxtLink to="/group-buying">{{ $t("nav.groupBuying") }}</NuxtLink>
</aside>
<main>
<div class="main-head">