fix: replace BuildColumnsOutlined with ApartmentOutlined
Fix TypeScript error by using valid icon name from @ant-design/icons. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e627fafdc6
commit
ba87af714a
@ -3,7 +3,7 @@ import {
|
|||||||
BuildOutlined,
|
BuildOutlined,
|
||||||
ImportOutlined,
|
ImportOutlined,
|
||||||
TeamOutlined,
|
TeamOutlined,
|
||||||
BuildColumnsOutlined,
|
ApartmentOutlined,
|
||||||
DollarOutlined,
|
DollarOutlined,
|
||||||
AuditOutlined,
|
AuditOutlined,
|
||||||
} from '@ant-design/icons';
|
} from '@ant-design/icons';
|
||||||
@ -33,7 +33,7 @@ const QuickActionsGrid: React.FC = () => {
|
|||||||
path: '/company/employees',
|
path: '/company/employees',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: <BuildColumnsOutlined />,
|
icon: <ApartmentOutlined />,
|
||||||
title: '导入楼栋',
|
title: '导入楼栋',
|
||||||
description: '批量导入楼栋数据',
|
description: '批量导入楼栋数据',
|
||||||
themeColor: '#722ed1',
|
themeColor: '#722ed1',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user