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