From ff74f517dfbd6d1852e9be3f1ad925a8bd565cf4 Mon Sep 17 00:00:00 2001 From: ducky Date: Wed, 21 Jan 2026 22:43:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):=20=E8=B4=A6=E5=8F=B7=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E9=BB=98=E8=AE=A4=E6=8E=92=E5=BA=8F/=E6=8C=81?= =?UTF-8?q?=E4=B9=85=E5=8C=96=20+=20=E8=87=AA=E5=8A=A8=E5=88=B7=E6=96=B0?= =?UTF-8?q?=20+=20=E6=9B=B4=E5=A4=9A=E8=8F=9C=E5=8D=95=E5=A4=96=E9=83=A8?= =?UTF-8?q?=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/account/AccountActionMenu.vue | 88 +++++--- frontend/src/components/common/DataTable.vue | 191 +++++++++++++++++- frontend/src/components/common/README.md | 3 + frontend/src/i18n/locales/en.ts | 7 + frontend/src/i18n/locales/zh.ts | 7 + frontend/src/views/admin/AccountsView.vue | 184 ++++++++++++++++- 6 files changed, 438 insertions(+), 42 deletions(-) diff --git a/frontend/src/components/admin/account/AccountActionMenu.vue b/frontend/src/components/admin/account/AccountActionMenu.vue index 980fd352..bb753faa 100644 --- a/frontend/src/components/admin/account/AccountActionMenu.vue +++ b/frontend/src/components/admin/account/AccountActionMenu.vue @@ -1,50 +1,78 @@