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