From f4a64f0a03722e1e0c39ae06d449389c9a676887 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Tue, 3 Jun 2025 09:48:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=8B=AC=E7=AB=8B=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/OrderProfile.jsx | 95 +++++++++++++++++++++++++++++++++ src/views/orders/Follow.jsx | 8 ++- 2 files changed, 102 insertions(+), 1 deletion(-) create mode 100644 src/components/OrderProfile.jsx diff --git a/src/components/OrderProfile.jsx b/src/components/OrderProfile.jsx new file mode 100644 index 0000000..c5166a9 --- /dev/null +++ b/src/components/OrderProfile.jsx @@ -0,0 +1,95 @@ +import { + WhatsAppOutlined, FileAddOutlined, MailOutlined, + PhoneOutlined, + UserOutlined, + FieldNumberOutlined, + SaveOutlined, CompassOutlined, CalendarOutlined, + HeartTwoTone, + MoneyCollectTwoTone, + FolderOutlined, + DeleteOutlined, ClockCircleOutlined, + FormOutlined +} from '@ant-design/icons' +import { + Flex, + Button, Space, Divider, Typography, + Input +} from 'antd' +import { InboxIcon, MailCheckIcon, MailUnreadIcon, SendPlaneFillIcon } from '@/components/Icons' + +const OrderProfile = (props) => { + return ( + <> + + + + LSS250501006 + + + + + + Jorgina(R1) + + + + Thailand + + + + + + + + Jorgina@gmail.com + + + + + + + + 出发日期:2025-09-18,已下计划 + + + 特殊要求: + 在华城市 桂林 对酒店和房型要求 5-star + + + 外联备注: + 泰国马来水灯节 + + + + 表单信息 + + +

+ + + + + + ) +} + +export default OrderProfile diff --git a/src/views/orders/Follow.jsx b/src/views/orders/Follow.jsx index 69e5bb5..c149711 100644 --- a/src/views/orders/Follow.jsx +++ b/src/views/orders/Follow.jsx @@ -71,6 +71,7 @@ import { UNREAD_MARK } from '@/actions/ConversationActions' import AdvanceSearchForm from './AdvanceSearchForm' import EmailDetailInline from '../Conversations/Online/Components/EmailDetailInline' import { getEmailDirAction } from '@/actions/EmailActions' +import OrderProfile from '@/components/OrderProfile' const EmailDirTypeIcons = { '0': { component: FolderOutlined, color: '#ffe78f', className: 'text-blue-500' }, @@ -464,8 +465,13 @@ function Follow() { - + + setCollapsed(value)} collapsedWidth={0} reverseArrow={true}> + +