修复【我要咨询】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

@ -51,6 +51,7 @@ const InvoiceSupplier: React.FC<{}> = () => {
{
title: '我要咨询',
dataIndex: 'consult',
search: false,
width: '5%',
render: (text: any, record: any) => (
<span onClick={()=>{initChatUI(record)}}><img style={{width:20,height:20, cursor:'pointer'}} src={kefu} alt="" /></span>