Merge remote-tracking branch 'origin/dev/2025a' into dev/2025a

dev/ckeditor
Lei OT 3 weeks ago
commit 01f0f9bd9d

@ -76,10 +76,10 @@ const OrderProfile = ({ coliSN, ...props }) => {
Thailand
</Typography.Text>
<Typography.Link href={'/callcenter/call/' + customerDetail.phone}>
<Typography.Text href={'/callcenter/call/' + customerDetail.phone}>
<PhoneOutlined className=' pr-1' />
{customerDetail.phone}
</Typography.Link>
</Typography.Text>
<Typography.Text>
<MailOutlined className='pr-1' />
{customerDetail.email}

@ -160,7 +160,6 @@ function AuthApp() {
}}
icon={<CustomerServiceOutlined />}
>
<FloatButton icon={<AudioTwoTone />} tooltip={<div>语音通话</div>} onClick={() => navigate('/callcenter/call')} />
<EmailFetch />
<FloatButton icon={<BugOutlined />} tooltip={<div>上传日志给研发部</div>} onClick={() => uploadLog()} />
<FloatButton.BackTop />

Loading…
Cancel
Save