|
|
|
|
@ -9,6 +9,7 @@ import {
|
|
|
|
|
CalendarOutlined,
|
|
|
|
|
EditOutlined,
|
|
|
|
|
CheckOutlined,
|
|
|
|
|
CopyOutlined
|
|
|
|
|
} from '@ant-design/icons'
|
|
|
|
|
|
|
|
|
|
import { useEffect, useState } from 'react'
|
|
|
|
|
@ -96,6 +97,10 @@ const OrderProfile = ({ coliSN, ...props }) => {
|
|
|
|
|
<Typography.Text>
|
|
|
|
|
<FieldNumberOutlined className='pr-1' />
|
|
|
|
|
{orderDetail.order_no}
|
|
|
|
|
<CopyOutlined onClick={() => {
|
|
|
|
|
navigator.clipboard.writeText(orderDetail.order_no)
|
|
|
|
|
message.success('已复制😀')
|
|
|
|
|
}}/>
|
|
|
|
|
</Typography.Text>
|
|
|
|
|
<Typography.Text>
|
|
|
|
|
<UserOutlined className=' pr-1' />
|
|
|
|
|
|