|
@ -98,13 +98,13 @@ const AssetsRecords = () => { |
|
|
title: t('Describe'), |
|
|
title: t('Describe'), |
|
|
dataIndex: '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'), |
|
|
title: t('Status'), |
|
|
dataIndex: 'status' |
|
|
dataIndex: 'status' |
|
@ -144,13 +144,13 @@ const AssetsRecords = () => { |
|
|
title: t('Amount'), |
|
|
title: t('Amount'), |
|
|
dataIndex: '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'), |
|
|
title: t('Status'), |
|
|
dataIndex: 'status' |
|
|
dataIndex: 'status' |
|
@ -186,13 +186,13 @@ const AssetsRecords = () => { |
|
|
title: t('Amount'), |
|
|
title: t('Amount'), |
|
|
dataIndex: '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'), |
|
|
title: t('Status'), |
|
|
dataIndex: 'status' |
|
|
dataIndex: 'status' |
|
|