From 254a03129a05f0de35caaec8bf9187012bb6bef6 Mon Sep 17 00:00:00 2001 From: yml Date: Mon, 4 May 2026 11:06:37 +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=E5=BF=AB=E6=89=8B=E6=A0=B8=E9=94=80=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 | 1 + .../AdminPlatformKuaishouEticketSection.vue | 337 ++++++++++++++++++ .../views/admin/AdminPlatformShopsView.vue | 308 ++-------------- 3 files changed, 368 insertions(+), 278 deletions(-) create mode 100644 apps/frontend/src/components/admin/AdminPlatformKuaishouEticketSection.vue diff --git a/apps/frontend/src/components.d.ts b/apps/frontend/src/components.d.ts index b02873bc..311b4825 100644 --- a/apps/frontend/src/components.d.ts +++ b/apps/frontend/src/components.d.ts @@ -14,6 +14,7 @@ declare module 'vue' { AdminPaginationBar: typeof import('./components/admin/AdminPaginationBar.vue')['default'] AdminPlatformAgisoSection: typeof import('./components/admin/AdminPlatformAgisoSection.vue')['default'] AdminPlatformKhhaoSection: typeof import('./components/admin/AdminPlatformKhhaoSection.vue')['default'] + AdminPlatformKuaishouEticketSection: typeof import('./components/admin/AdminPlatformKuaishouEticketSection.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/AdminPlatformKuaishouEticketSection.vue b/apps/frontend/src/components/admin/AdminPlatformKuaishouEticketSection.vue new file mode 100644 index 00000000..ed50762c --- /dev/null +++ b/apps/frontend/src/components/admin/AdminPlatformKuaishouEticketSection.vue @@ -0,0 +1,337 @@ + + +