From 58483043079fbfe4c9da95073e157f7e7193c5b2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 18 Jan 2026 19:18:51 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/bills/house_bills/index.tsx | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/src/pages/bills/house_bills/index.tsx b/src/pages/bills/house_bills/index.tsx index dd64cf0..d917da2 100644 --- a/src/pages/bills/house_bills/index.tsx +++ b/src/pages/bills/house_bills/index.tsx @@ -1,7 +1,6 @@ import { MyButtons, MyColumns, - MyImportModal, MyPageContainer, MyProTableProps, } from '@/common'; @@ -37,15 +36,15 @@ export default function Index({ title = '账单明细' }) { MyProTableProps.request(params, sort, Apis.Bill.HouseBills.List) } toolBarRender={(action) => [ - , + // , , ]} columns={[ @@ -61,10 +60,10 @@ export default function Index({ title = '账单明细' }) { render: (_, record) => { return ( { - navigate(`/bills/summary/show/${record.asset_houses_id}`); + navigate(`/bills/summary/show/${record?.asset_houses_id}`); }} /> );