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

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

View File

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

View File

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