From 90ca62b5940ebe39892981315338ebec4fdf3e46 Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 6 Jan 2026 22:14:24 -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=E5=90=8D=E7=A7=B0=E6=98=A0=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - S0000000001: 运营1 - S0000000002: 运营2 - S0000000003: 总部储蓄 - S0000000004: 积分股池 🤖 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/admin-web/src/types/system-account.types.ts b/frontend/admin-web/src/types/system-account.types.ts index 7825bc82..cbe1bb89 100644 --- a/frontend/admin-web/src/types/system-account.types.ts +++ b/frontend/admin-web/src/types/system-account.types.ts @@ -386,10 +386,10 @@ export const FEE_COLLECTION_TYPE_LABELS: Record = { * 系统账户序列号到正式名称的映射 */ export const SYSTEM_ACCOUNT_NAMES: Record = { - 'S0000000001': '总部账户', - 'S0000000002': '成本账户', - 'S0000000003': '运营账户', - 'S0000000004': 'RWAD底池', + 'S0000000001': '运营1', + 'S0000000002': '运营2', + 'S0000000003': '总部储蓄', + 'S0000000004': '积分股池', 'S0000000005': '分享权益池', 'S0000000006': '手续费归集', };