修复【我要咨询】search=false

This commit is contained in:
unknown
2023-02-06 10:12:18 +08:00
parent 398e7c6f32
commit 27929365fe
6 changed files with 6 additions and 0 deletions

View File

@ -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>
),