|
|
@@ -23,20 +23,24 @@ const ReminderList = props => {
|
|
|
dataIndex: 'districtName'
|
|
|
},
|
|
|
{
|
|
|
- title: '电话',
|
|
|
- dataIndex: 'phone'
|
|
|
- },
|
|
|
- {
|
|
|
title: '手机',
|
|
|
dataIndex: 'telephone'
|
|
|
},
|
|
|
{
|
|
|
- title: '上一次服务',
|
|
|
+ title: '服务日期',
|
|
|
dataIndex: 'lastServiceContent'
|
|
|
},
|
|
|
{
|
|
|
title: '服务内容',
|
|
|
dataIndex: 'serviceContent'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '备忘日期',
|
|
|
+ dataIndex: 'lastServiceContent'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '备忘内容',
|
|
|
+ dataIndex: 'serviceContent'
|
|
|
}
|
|
|
]
|
|
|
const customerColumns = [
|
|
|
@@ -53,12 +57,20 @@ const ReminderList = props => {
|
|
|
dataIndex: 'phone'
|
|
|
},
|
|
|
{
|
|
|
- title: '上一次服务',
|
|
|
+ title: '服务日期',
|
|
|
dataIndex: 'lastServiceContent'
|
|
|
},
|
|
|
{
|
|
|
title: '服务内容',
|
|
|
dataIndex: 'serviceContent'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '备忘日期',
|
|
|
+ dataIndex: 'lastServiceContent'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '备忘内容',
|
|
|
+ dataIndex: 'serviceContent'
|
|
|
}
|
|
|
]
|
|
|
const businessColumns = [
|
|
|
@@ -71,23 +83,19 @@ const ReminderList = props => {
|
|
|
dataIndex: 'customerName'
|
|
|
},
|
|
|
{
|
|
|
- title: '商机金额(元)',
|
|
|
- dataIndex: 'price'
|
|
|
- },
|
|
|
- {
|
|
|
- title: '预计成交',
|
|
|
- dataIndex: 'finalTime'
|
|
|
+ title: '服务日期',
|
|
|
+ dataIndex: 'lastServiceContent'
|
|
|
},
|
|
|
{
|
|
|
- title: '商机阶段',
|
|
|
- dataIndex: 'businessStatusName'
|
|
|
+ title: '服务内容',
|
|
|
+ dataIndex: 'serviceContent'
|
|
|
},
|
|
|
{
|
|
|
- title: '上一次服务',
|
|
|
+ title: '备忘日期',
|
|
|
dataIndex: 'lastServiceContent'
|
|
|
},
|
|
|
{
|
|
|
- title: '服务内容',
|
|
|
+ title: '备忘内容',
|
|
|
dataIndex: 'serviceContent'
|
|
|
}
|
|
|
]
|