diff --git a/src/pages/record/assets/index.tsx b/src/pages/record/assets/index.tsx index a75c30f..2baca90 100644 --- a/src/pages/record/assets/index.tsx +++ b/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) => ( - ${val} - ) - }, + // { + // title: t('Remaining'), + // dataIndex: 'balance', + // render: (val: string) => ( + // ${val} + // ) + // }, { title: t('Status'), dataIndex: 'status' @@ -144,13 +144,13 @@ const AssetsRecords = () => { title: t('Amount'), dataIndex: 'amount' }, - { - title: t('Remaining'), - dataIndex: 'balance', - render: (val: string) => ( - ${val} - ) - }, + // { + // title: t('Remaining'), + // dataIndex: 'balance', + // render: (val: string) => ( + // ${val} + // ) + // }, { title: t('Status'), dataIndex: 'status' @@ -186,13 +186,13 @@ const AssetsRecords = () => { title: t('Amount'), dataIndex: 'amount' }, - { - title: t('Remaining'), - dataIndex: 'balance', - render: (val: string) => ( - ${val} - ) - }, + // { + // title: t('Remaining'), + // dataIndex: 'balance', + // render: (val: string) => ( + // ${val} + // ) + // }, { title: t('Status'), dataIndex: 'status'