From efb428ef313eb67f66b526b8cb6eea34ea6cc28e Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 6 Jan 2026 23:42:47 -0800 Subject: [PATCH] =?UTF-8?q?fix(admin-web):=20=E8=B0=83=E6=8D=A2=E8=BF=90?= =?UTF-8?q?=E8=90=A51=E5=92=8C=E8=BF=90=E8=90=A52=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit S0000000002 → 运营1 S0000000003 → 运营2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- frontend/admin-web/src/types/system-account.types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/admin-web/src/types/system-account.types.ts b/frontend/admin-web/src/types/system-account.types.ts index 7f79ad6b..86ccf6ee 100644 --- a/frontend/admin-web/src/types/system-account.types.ts +++ b/frontend/admin-web/src/types/system-account.types.ts @@ -419,8 +419,8 @@ export const FEE_COLLECTION_TYPE_LABELS: Record = { */ export const SYSTEM_ACCOUNT_NAMES: Record = { 'S0000000001': '总部储蓄', - 'S0000000002': '运营2', - 'S0000000003': '运营1', + 'S0000000002': '运营1', + 'S0000000003': '运营2', 'S0000000004': '积分股池', 'S0000000005': '分享权益池', 'S0000000006': '手续费归集',