Merge remote-tracking branch 'origin/main'

2.0/email-builder
Lei OT 11 months ago
commit 0f883df097

@ -124,14 +124,7 @@ const CustomerProfile = () => {
</Typography.Text>
<Typography.Text>
<PhoneOutlined className=" pr-1" />
<Button
type="link"
size={"small"}
onClick={() => {
navigate(`/callcenter/call/` + customerDetail.phone);
}}>
{customerDetail.phone}
</Button>
{customerDetail.phone}
</Typography.Text>
<Typography.Text>
<MailOutlined className=" pr-1" />
@ -162,7 +155,7 @@ const CustomerProfile = () => {
whenTrue={
<>
<p className="m-0 py-2 line-clamp-2 ">
<a target="_blank" href={lastQuotation.letterurl}>
<a target="_blank" href={lastQuotation.letterurl} rel="noreferrer">
<LinkOutlined />
&nbsp;{lastQuotation.lettertitle}
</a>

@ -145,10 +145,6 @@ function DesktopApp() {
</Link>
),
},
{
key: '/callcenter/call',
label: <Link to='/callcenter/call'>语音通话</Link>,
},
{
key: '/chat/history',
label: <Link to='/chat/history'>聊天记录</Link>,

Loading…
Cancel
Save