outaozhen 5 年之前
父節點
當前提交
d93910e966
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/pages/workbench/Dashboard/components/ReminderList/index.jsx

+ 2 - 2
src/pages/workbench/Dashboard/components/ReminderList/index.jsx

@@ -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: '上一次服务',