fix(admin-web): 修正系统账户显示名称映射

S0000000001 → 总部储蓄 (原运营1)
S0000000003 → 运营1 (原总部储蓄)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-01-06 23:37:45 -08:00
parent 9a4c984bd2
commit 6f52956c42
1 changed files with 2 additions and 2 deletions

View File

@ -418,9 +418,9 @@ export const FEE_COLLECTION_TYPE_LABELS: Record<string, string> = {
*
*/
export const SYSTEM_ACCOUNT_NAMES: Record<string, string> = {
'S0000000001': '运营1',
'S0000000001': '总部储蓄',
'S0000000002': '运营2',
'S0000000003': '总部储蓄',
'S0000000003': '运营1',
'S0000000004': '积分股池',
'S0000000005': '分享权益池',
'S0000000006': '手续费归集',