diff --git a/src/modal/desktop/desktop-finance-records-tab.tsx b/src/modal/desktop/desktop-finance-records-tab.tsx
index 80ef588..27d534c 100644
--- a/src/modal/desktop/desktop-finance-records-tab.tsx
+++ b/src/modal/desktop/desktop-finance-records-tab.tsx
@@ -95,15 +95,13 @@ function DesktopFinanceRecordsTab({ enabled }: { enabled: boolean }) {
{vm.headers.orderNo}
{vm.headers.amount}
{vm.headers.bonusAmount}
- {vm.recordType === 'withdraw' ?
{vm.headers.status}
: null}
+
{vm.headers.status}
{item.bonusAmountLabel}
- {vm.recordType === 'withdraw' ? (
-
-
-
- {item.statusLabel}
-
-
-
- ) : null}
+
+
+ {item.statusLabel}
+
+
) : (
-
+
{vm.headers.orderNo}
{vm.headers.amount}
{vm.headers.bonusAmount}
- {vm.recordType === 'withdraw' ? (
-
{vm.headers.status}
- ) : null}
+
{vm.headers.status}
{item.bonusAmountLabel}
- {vm.recordType === 'withdraw' ? (
-
-
-
- {item.statusLabel}
-
+
+
+
+ {item.statusLabel}
-
- ) : null}
+
+
) : (