Преглед изворни кода

feat: 仪表盘提醒列表新增服务时间,服务内容,备忘时间,备忘内容

outaozhen пре 5 година
родитељ
комит
1d4b41d859
1 измењених фајлова са 30 додато и 6 уклоњено
  1. 30 6
      src/pages/workbench/Dashboard/components/ReminderList/index.jsx

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

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