소스 검색

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