|
@@ -32,11 +32,11 @@ const ReminderList = props => {
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
title: '上一次服务',
|
|
title: '上一次服务',
|
|
|
- dataIndex: 'date'
|
|
|
|
|
|
|
+ dataIndex: 'lastServiceContent'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
title: '服务内容',
|
|
title: '服务内容',
|
|
|
- dataIndex: 'mark'
|
|
|
|
|
|
|
+ dataIndex: 'serviceContent'
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
const customerColumns = [
|
|
const customerColumns = [
|
|
@@ -54,11 +54,11 @@ const ReminderList = props => {
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
title: '上一次服务',
|
|
title: '上一次服务',
|
|
|
- dataIndex: 'date'
|
|
|
|
|
|
|
+ dataIndex: 'lastServiceContent'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
title: '服务内容',
|
|
title: '服务内容',
|
|
|
- dataIndex: 'mark'
|
|
|
|
|
|
|
+ dataIndex: 'serviceContent'
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
const businessColumns = [
|
|
const businessColumns = [
|
|
@@ -84,11 +84,11 @@ const ReminderList = props => {
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
title: '上一次服务',
|
|
title: '上一次服务',
|
|
|
- dataIndex: 'date'
|
|
|
|
|
|
|
+ dataIndex: 'lastServiceContent'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
title: '服务内容',
|
|
title: '服务内容',
|
|
|
- dataIndex: 'mark'
|
|
|
|
|
|
|
+ dataIndex: 'serviceContent'
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
const dataMap = {
|
|
const dataMap = {
|