@@ -16,7 +16,7 @@ const ReminderList = props => {
const clientColumns = [
{
title: '联系人名称',
- dataIndex: 'staffName'
+ dataIndex: 'clientName'
},
title: '地区',
@@ -36,7 +36,7 @@ const ReminderList = props => {
title: '联系人',
- dataIndex: 'clientName'
+ dataIndex: 'staffName'
title: '上一次服务',