增加文本描述

This commit is contained in:
dzl
2025-09-10 10:25:52 +08:00
parent adb6b657b4
commit 3ec57b107a

View File

@@ -780,7 +780,8 @@ const getTypeText = (type) => {
'return': '返还转账',
'user_to_user': '用户转账',
'user_to_public': '用户转公户',
'public_to_user': '公户转用户'
'public_to_user': '公户转用户',
'user_to_system': '系统缴费'
}
return typeMap[type] || type
}