From f5f209a379fcc5ed4aaad20beb4ca3b77a470185 Mon Sep 17 00:00:00 2001 From: "Ng Wing Tat, David" Date: Wed, 4 Dec 2024 14:31:47 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20missing=20purchase=20link?= =?UTF-8?q?=20in=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/SiteMenu.vue | 8 +- pages/affiliation-link.vue | 1074 +---------------------------------- pages/purchase-link.vue | 1077 ++++++++++++++++++++++++++++++++++++ 3 files changed, 1085 insertions(+), 1074 deletions(-) create mode 100644 pages/purchase-link.vue diff --git a/components/SiteMenu.vue b/components/SiteMenu.vue index 824d57540..0628a5c51 100644 --- a/components/SiteMenu.vue +++ b/components/SiteMenu.vue @@ -99,6 +99,12 @@ const items = [ { label: 'Sales Tools', links: [ + { + label: 'Create Purchase Link', + icon: 'i-heroicons-link', + to: { name: 'purchase-link' }, + exact: true + }, { label: 'Bookstore POS', icon: 'i-heroicons-shopping-cart', @@ -113,7 +119,7 @@ const items = [ }, { label: 'Batch Create Short Links', - icon: 'i-heroicons-sparkles', + icon: 'i-heroicons-link', to: { name: 'batch-short-links' } } ] diff --git a/pages/affiliation-link.vue b/pages/affiliation-link.vue index 5a3df8ba8..526599ea5 100644 --- a/pages/affiliation-link.vue +++ b/pages/affiliation-link.vue @@ -1,1077 +1,5 @@ - - diff --git a/pages/purchase-link.vue b/pages/purchase-link.vue new file mode 100644 index 000000000..009612f80 --- /dev/null +++ b/pages/purchase-link.vue @@ -0,0 +1,1077 @@ + + +