From 8727172be3375fc44791d9702dc32ffdf2b46c55 Mon Sep 17 00:00:00 2001 From: Frudrax Cheng Date: Thu, 4 Jun 2026 10:36:36 +0800 Subject: [PATCH] style: update project order menu icon --- src/components/AdminLayout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/AdminLayout.tsx b/src/components/AdminLayout.tsx index b58ad19..1638eb5 100644 --- a/src/components/AdminLayout.tsx +++ b/src/components/AdminLayout.tsx @@ -8,6 +8,7 @@ import { LogoutOutlined, ExclamationCircleOutlined, IdcardOutlined, + ProjectOutlined, ToolOutlined, } from '@ant-design/icons'; import { authApi } from '@/services/api'; @@ -54,7 +55,7 @@ function AdminLayout() { }, { key: 'project-orders', - icon: , + icon: , label: '项目工单', onClick: () => navigate('/admin/project-orders'), }, @@ -68,7 +69,7 @@ function AdminLayout() { const technicianMenuItems = [ { key: 'project-orders', - icon: , + icon: , label: '项目工单', onClick: () => navigate('/admin/project-orders'), },