feat(freight): shop freight templates, server-side checkout fees, company dictionary (add-freight-templates)

This commit is contained in:
Chengdong Zhang
2026-09-24 15:03:51 +08:00
parent 5b426486ac
commit 473d19d089
44 changed files with 2409 additions and 67 deletions
+6
View File
@@ -42,6 +42,12 @@ watchEffect(() => {
class="text-muted hover:bg-bg rounded-md px-3 py-2 text-sm font-medium"
>{{ $t("nav.shopProfile") }}</NuxtLink
>
<NuxtLink
to="/freight-templates"
active-class="bg-primary-soft text-primary"
class="text-muted hover:bg-bg rounded-md px-3 py-2 text-sm font-medium"
>{{ $t("nav.freightTemplates") }}</NuxtLink
>
<NuxtLink
to="/orders"
active-class="bg-primary-soft text-primary"