diff --git a/web/src/components/topup/modals/TopupHistoryModal.jsx b/web/src/components/topup/modals/TopupHistoryModal.jsx index 95f4e878..9659e929 100644 --- a/web/src/components/topup/modals/TopupHistoryModal.jsx +++ b/web/src/components/topup/modals/TopupHistoryModal.jsx @@ -43,6 +43,7 @@ const { Text } = Typography; const STATUS_CONFIG = { success: { type: 'success', key: '成功' }, pending: { type: 'warning', key: '待支付' }, + failed: { type: 'danger', key: '失败' }, expired: { type: 'danger', key: '已过期' }, };