From 6f52956c424c683feeaaaa222c8c2ac8314acd17 Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 6 Jan 2026 23:37:45 -0800 Subject: [PATCH] =?UTF-8?q?fix(admin-web):=20=E4=BF=AE=E6=AD=A3=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E8=B4=A6=E6=88=B7=E6=98=BE=E7=A4=BA=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E6=98=A0=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit S0000000001 → 总部储蓄 (原运营1) S0000000003 → 运营1 (原总部储蓄) 🤖 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 2c6aeeb4..7f79ad6b 100644 --- a/frontend/admin-web/src/types/system-account.types.ts +++ b/frontend/admin-web/src/types/system-account.types.ts @@ -418,9 +418,9 @@ export const FEE_COLLECTION_TYPE_LABELS: Record = { * 系统账户序列号到正式名称的映射 */ export const SYSTEM_ACCOUNT_NAMES: Record = { - 'S0000000001': '运营1', + 'S0000000001': '总部储蓄', 'S0000000002': '运营2', - 'S0000000003': '总部储蓄', + 'S0000000003': '运营1', 'S0000000004': '积分股池', 'S0000000005': '分享权益池', 'S0000000006': '手续费归集',