|
|
@@ -27,12 +27,20 @@ const ReminderList = props => {
|
|
|
dataIndex: 'telephone'
|
|
|
},
|
|
|
{
|
|
|
- title: '上一次服务内容',
|
|
|
- dataIndex: 'lastServiceContent'
|
|
|
+ title: '服务日期',
|
|
|
+ dataIndex: 'serviceDate'
|
|
|
},
|
|
|
{
|
|
|
title: '服务内容',
|
|
|
dataIndex: 'serviceContent'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '备忘时间',
|
|
|
+ dataIndex: 'memoDate'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '备忘内容',
|
|
|
+ dataIndex: 'memoContent'
|
|
|
}
|
|
|
]
|
|
|
const customerColumns = [
|
|
|
@@ -49,12 +57,20 @@ const ReminderList = props => {
|
|
|
dataIndex: 'phone'
|
|
|
},
|
|
|
{
|
|
|
- title: '上一次服务内容',
|
|
|
- dataIndex: 'lastServiceContent'
|
|
|
+ title: '服务日期',
|
|
|
+ dataIndex: 'serviceDate'
|
|
|
},
|
|
|
{
|
|
|
title: '服务内容',
|
|
|
dataIndex: 'serviceContent'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '备忘时间',
|
|
|
+ dataIndex: 'memoDate'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '备忘内容',
|
|
|
+ dataIndex: 'memoContent'
|
|
|
}
|
|
|
]
|
|
|
const businessColumns = [
|
|
|
@@ -67,12 +83,20 @@ const ReminderList = props => {
|
|
|
dataIndex: 'customerName'
|
|
|
},
|
|
|
{
|
|
|
- title: '上一次服务内容',
|
|
|
- dataIndex: 'lastServiceContent'
|
|
|
+ title: '服务日期',
|
|
|
+ dataIndex: 'serviceDate'
|
|
|
},
|
|
|
{
|
|
|
title: '服务内容',
|
|
|
dataIndex: 'serviceContent'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '备忘时间',
|
|
|
+ dataIndex: 'memoDate'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '备忘内容',
|
|
|
+ dataIndex: 'memoContent'
|
|
|
}
|
|
|
]
|
|
|
const dataMap = {
|