From 60c2d91385131ec8c81a7161fb2ca7f02bc3c3b4 Mon Sep 17 00:00:00 2001 From: yml Date: Mon, 4 May 2026 10:49:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=86=E5=88=86=E5=B9=B3=E5=8F=B0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=A1=B5=20Agiso=20=E4=B8=8E=20khhao=20=E5=8C=BA?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/frontend/src/components.d.ts | 2 + .../admin/AdminPlatformAgisoSection.vue | 184 ++++++++ .../admin/AdminPlatformKhhaoSection.vue | 269 +++++++++++ .../views/admin/AdminPlatformShopsView.vue | 422 ++---------------- 4 files changed, 492 insertions(+), 385 deletions(-) create mode 100644 apps/frontend/src/components/admin/AdminPlatformAgisoSection.vue create mode 100644 apps/frontend/src/components/admin/AdminPlatformKhhaoSection.vue diff --git a/apps/frontend/src/components.d.ts b/apps/frontend/src/components.d.ts index c11c6779..b02873bc 100644 --- a/apps/frontend/src/components.d.ts +++ b/apps/frontend/src/components.d.ts @@ -12,6 +12,8 @@ export {} declare module 'vue' { export interface GlobalComponents { AdminPaginationBar: typeof import('./components/admin/AdminPaginationBar.vue')['default'] + AdminPlatformAgisoSection: typeof import('./components/admin/AdminPlatformAgisoSection.vue')['default'] + AdminPlatformKhhaoSection: typeof import('./components/admin/AdminPlatformKhhaoSection.vue')['default'] AdminStatusTag: typeof import('./components/admin/AdminStatusTag.vue')['default'] ElButton: typeof import('element-plus/es')['ElButton'] ElCheckbox: typeof import('element-plus/es')['ElCheckbox'] diff --git a/apps/frontend/src/components/admin/AdminPlatformAgisoSection.vue b/apps/frontend/src/components/admin/AdminPlatformAgisoSection.vue new file mode 100644 index 00000000..97a8cd58 --- /dev/null +++ b/apps/frontend/src/components/admin/AdminPlatformAgisoSection.vue @@ -0,0 +1,184 @@ + + +