|
|
@@ -17,6 +17,7 @@ import { useTableScroll } from '@/hooks/useAutoTable'
|
|
|
import { apiAddClient, queryContact } from '@/services/contact'
|
|
|
import { LabelModeType } from '../Company/components/PersonLabel'
|
|
|
import { apiBatchLink } from '@/services/customer'
|
|
|
+import styles from './index.less'
|
|
|
|
|
|
const Contact = props => {
|
|
|
const { toggleDrawer, setDrawerProps } = useModal()
|
|
|
@@ -159,9 +160,7 @@ const Contact = props => {
|
|
|
width: 150,
|
|
|
ellipsis: true,
|
|
|
render: (companyName, record) => (
|
|
|
- <span
|
|
|
- onClick={() => showDrawerComapny(record.id)}
|
|
|
- className="text-primary cursor-pointer hover:text-[#967bbd]">
|
|
|
+ <span onClick={() => showDrawerComapny(record.companyId)} className={styles.textPurple}>
|
|
|
{companyName}
|
|
|
</span>
|
|
|
),
|