修复【我要咨询】search=false
This commit is contained in:
@ -79,6 +79,7 @@ const finance: React.FC<{}> = () => {
|
||||
title: '我要咨询',
|
||||
dataIndex: 'consult',
|
||||
width: '5%',
|
||||
search: false,
|
||||
render: (text: any, record: any) => (
|
||||
<span onClick={()=>{initChatUI(record)}}><img style={{width:20,height:20, cursor:'pointer'}} src={kefu} alt="" /></span>
|
||||
),
|
||||
|
Reference in New Issue
Block a user