From 3a0f99b377dd278d52150c05eee96b0b59dfc3c1 Mon Sep 17 00:00:00 2001 From: mac Date: Wed, 21 Aug 2024 17:25:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=89=A9=E4=BD=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/record/assets/index.tsx | 42 +++++++++++++++---------------- 1 file changed, 21 insertions(+), 21 deletions(-) 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'