@@ -12,7 +12,7 @@ const ReminderList = props => {
const { dataType, reminderCyclical } = props
const clientColumns = [
{
- title: '客户名称',
+ title: '联系人名称',
dataIndex: 'staffName'
},
@@ -88,7 +88,7 @@ const ReminderList = props => {
]
const businessColumns = [
+ title: '商机名称',