Browse Source

隐藏剩余

main
mac 1 month ago
parent
commit
3a0f99b377
  1. 42
      src/pages/record/assets/index.tsx

42
src/pages/record/assets/index.tsx

@ -98,13 +98,13 @@ const AssetsRecords = () => {
title: t('Describe'),
dataIndex: 'amount'
},
{
title: t('Remaining'),
dataIndex: 'balance',
render: (val: string) => (
<span>${val}</span>
)
},
// {
// title: t('Remaining'),
// dataIndex: 'balance',
// render: (val: string) => (
// <span>${val}</span>
// )
// },
{
title: t('Status'),
dataIndex: 'status'
@ -144,13 +144,13 @@ const AssetsRecords = () => {
title: t('Amount'),
dataIndex: 'amount'
},
{
title: t('Remaining'),
dataIndex: 'balance',
render: (val: string) => (
<span>${val}</span>
)
},
// {
// title: t('Remaining'),
// dataIndex: 'balance',
// render: (val: string) => (
// <span>${val}</span>
// )
// },
{
title: t('Status'),
dataIndex: 'status'
@ -186,13 +186,13 @@ const AssetsRecords = () => {
title: t('Amount'),
dataIndex: 'amount'
},
{
title: t('Remaining'),
dataIndex: 'balance',
render: (val: string) => (
<span>${val}</span>
)
},
// {
// title: t('Remaining'),
// dataIndex: 'balance',
// render: (val: string) => (
// <span>${val}</span>
// )
// },
{
title: t('Status'),
dataIndex: 'status'

Loading…
Cancel
Save