|
@ -48,7 +48,7 @@ const CustomerContactFollowup = (props) => { |
|
|
render: (text, record) => text == null ? '---' : moment(text).format('YYYY-MM-DD') |
|
|
render: (text, record) => text == null ? '---' : moment(text).format('YYYY-MM-DD') |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: '客户联系人', |
|
|
title: '联系人', |
|
|
dataIndex: 'customerContacts', |
|
|
dataIndex: 'customerContacts', |
|
|
render: (text, record) => text == null ? '---' : text |
|
|
render: (text, record) => text == null ? '---' : text |
|
|
}, |
|
|
}, |
|
@ -63,7 +63,7 @@ const CustomerContactFollowup = (props) => { |
|
|
render: (text, record) => text == null ? '---' : text |
|
|
render: (text, record) => text == null ? '---' : text |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: '项目进展', |
|
|
title: '跟进内容', |
|
|
dataIndex: 'itemText', |
|
|
dataIndex: 'itemText', |
|
|
render: (text, record) => text == null ? '---' : text |
|
|
render: (text, record) => text == null ? '---' : text |
|
|
} |
|
|
} |
|
|