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}`);
}}
/>
);