瀏覽代碼

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

outaozhen 5 年之前
父節點
當前提交
f0ca9fa644
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      src/pages/workbench/Dashboard/components/ReminderList/index.jsx

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