|
|
|
@ -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 />
|
|
|
|
|
{lastQuotation.lettertitle}
|
|
|
|
|
</a>
|
|
|
|
|