diff --git a/src/pages/wallet/wallet-statement/blocks/ShowDetailDialog.tsx b/src/pages/wallet/wallet-statement/blocks/ShowDetailDialog.tsx
index b27f48f..49c6c5a 100644
--- a/src/pages/wallet/wallet-statement/blocks/ShowDetailDialog.tsx
+++ b/src/pages/wallet/wallet-statement/blocks/ShowDetailDialog.tsx
@@ -181,15 +181,15 @@ const ShowDetailWalletDialog = () => {
meta: { headerClassName: 'min-w-[80px]' }
},
{
- accessorKey: 'amount',
- header: ({ column }: any) => ,
+ accessorKey: 'pre_amount',
+ header: ({ column }: any) => ,
enableSorting: false,
cell: (info: any) => info.getValue()?.toFixed(2),
meta: { headerClassName: 'min-w-[100px]' }
},
{
- accessorKey: 'pre_amount',
- header: ({ column }: any) => ,
+ accessorKey: 'amount',
+ header: ({ column }: any) => ,
enableSorting: false,
cell: (info: any) => info.getValue()?.toFixed(2),
meta: { headerClassName: 'min-w-[100px]' }