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 = {