This commit is contained in:
parent
34b0ad8d4a
commit
f678304bba
|
|
@ -17,6 +17,7 @@ export const useColumns = () => {
|
|||
dataIndex: "amount",
|
||||
key: "amount",
|
||||
align: "center",
|
||||
render:(value) => (value || 0 ).toLocaleString('en-US')
|
||||
},
|
||||
{
|
||||
title: t("columns.date"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user