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