Browse Source

(*)客户联系人对接跟进表,字段名修改

master
ww664853070 2 years ago
parent
commit
9d95ff8701
  1. 4
      web/client/src/sections/business/containers/customer/customerContactFollowup.jsx

4
web/client/src/sections/business/containers/customer/customerContactFollowup.jsx

@ -48,7 +48,7 @@ const CustomerContactFollowup = (props) => {
render: (text, record) => text == null ? '---' : moment(text).format('YYYY-MM-DD') render: (text, record) => text == null ? '---' : moment(text).format('YYYY-MM-DD')
}, },
{ {
title: '客户联系人', title: '联系人',
dataIndex: 'customerContacts', dataIndex: 'customerContacts',
render: (text, record) => text == null ? '---' : text render: (text, record) => text == null ? '---' : text
}, },
@ -63,7 +63,7 @@ const CustomerContactFollowup = (props) => {
render: (text, record) => text == null ? '---' : text render: (text, record) => text == null ? '---' : text
}, },
{ {
title: '项目进展', title: '跟进内容',
dataIndex: 'itemText', dataIndex: 'itemText',
render: (text, record) => text == null ? '---' : text render: (text, record) => text == null ? '---' : text
} }

Loading…
Cancel
Save