From ba87af714a05ee71eab9cdedd2d5f53be570e59d Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 1 Apr 2026 10:46:56 +0800 Subject: [PATCH] fix: replace BuildColumnsOutlined with ApartmentOutlined Fix TypeScript error by using valid icon name from @ant-design/icons. Co-Authored-By: Claude Sonnet 4.6 --- src/pages/components/QuickActionsGrid.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/components/QuickActionsGrid.tsx b/src/pages/components/QuickActionsGrid.tsx index 5acf038..bae9491 100644 --- a/src/pages/components/QuickActionsGrid.tsx +++ b/src/pages/components/QuickActionsGrid.tsx @@ -3,7 +3,7 @@ import { BuildOutlined, ImportOutlined, TeamOutlined, - BuildColumnsOutlined, + ApartmentOutlined, DollarOutlined, AuditOutlined, } from '@ant-design/icons'; @@ -33,7 +33,7 @@ const QuickActionsGrid: React.FC = () => { path: '/company/employees', }, { - icon: , + icon: , title: '导入楼栋', description: '批量导入楼栋数据', themeColor: '#722ed1',