outaozhen 5 년 전
부모
커밋
22518ce594
1개의 변경된 파일3개의 추가작업 그리고 27개의 파일을 삭제
  1. 3 27
      src/pages/workbench/Dashboard/components/ReminderList/index.jsx

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

@@ -27,20 +27,12 @@ const ReminderList = props => {
       dataIndex: 'telephone'
     },
     {
-      title: '服务日期',
+      title: '上一次服务内容',
       dataIndex: 'lastServiceContent'
     },
     {
       title: '服务内容',
       dataIndex: 'serviceContent'
-    },
-    {
-      title: '备忘日期',
-      dataIndex: 'lastServiceContent'
-    },
-    {
-      title: '备忘内容',
-      dataIndex: 'serviceContent'
     }
   ]
   const customerColumns = [
@@ -57,20 +49,12 @@ const ReminderList = props => {
       dataIndex: 'phone'
     },
     {
-      title: '服务日期',
+      title: '上一次服务内容',
       dataIndex: 'lastServiceContent'
     },
     {
       title: '服务内容',
       dataIndex: 'serviceContent'
-    },
-    {
-      title: '备忘日期',
-      dataIndex: 'lastServiceContent'
-    },
-    {
-      title: '备忘内容',
-      dataIndex: 'serviceContent'
     }
   ]
   const businessColumns = [
@@ -83,20 +67,12 @@ const ReminderList = props => {
       dataIndex: 'customerName'
     },
     {
-      title: '服务日期',
+      title: '上一次服务内容',
       dataIndex: 'lastServiceContent'
     },
     {
       title: '服务内容',
       dataIndex: 'serviceContent'
-    },
-    {
-      title: '备忘日期',
-      dataIndex: 'lastServiceContent'
-    },
-    {
-      title: '备忘内容',
-      dataIndex: 'serviceContent'
     }
   ]
   const dataMap = {