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': '手续费归集', };