Sfoglia il codice sorgente

fix: 仪表盘服务记录弹窗字段修改

outaozhen 5 anni fa
parent
commit
f0ca9fa644

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

@@ -32,11 +32,11 @@ const ReminderList = props => {
     },
     {
       title: '上一次服务',
-      dataIndex: 'date'
+      dataIndex: 'lastServiceContent'
     },
     {
       title: '服务内容',
-      dataIndex: 'mark'
+      dataIndex: 'serviceContent'
     }
   ]
   const customerColumns = [
@@ -54,11 +54,11 @@ const ReminderList = props => {
     },
     {
       title: '上一次服务',
-      dataIndex: 'date'
+      dataIndex: 'lastServiceContent'
     },
     {
       title: '服务内容',
-      dataIndex: 'mark'
+      dataIndex: 'serviceContent'
     }
   ]
   const businessColumns = [
@@ -84,11 +84,11 @@ const ReminderList = props => {
     },
     {
       title: '上一次服务',
-      dataIndex: 'date'
+      dataIndex: 'lastServiceContent'
     },
     {
       title: '服务内容',
-      dataIndex: 'mark'
+      dataIndex: 'serviceContent'
     }
   ]
   const dataMap = {