|
@@ -24,7 +24,7 @@ const Visit = React.createClass({
|
|
|
}
|
|
|
},
|
|
|
visitsList: [{
|
|
|
- title: '拜访时间',
|
|
|
+ title: '跟进时间',
|
|
|
dataIndex: 'followTime',
|
|
|
key: 'followTime'
|
|
|
}, {
|
|
@@ -32,7 +32,7 @@ const Visit = React.createClass({
|
|
|
dataIndex: 'identifyName',
|
|
|
key: 'identifyName'
|
|
|
}, {
|
|
|
- title: '拜访方式',
|
|
|
+ title: '跟进方式',
|
|
|
dataIndex: 'contactType',
|
|
|
key: 'contactType',
|
|
|
render: text => { return getContactType(text) }
|
|
@@ -57,11 +57,11 @@ const Visit = React.createClass({
|
|
|
</div>
|
|
|
}
|
|
|
}, {
|
|
|
- title: '拜访人',
|
|
|
+ title: '跟进人',
|
|
|
dataIndex: 'adminName',
|
|
|
key: 'adminName'
|
|
|
}, {
|
|
|
- title: '拜访说明',
|
|
|
+ title: '跟进说明',
|
|
|
dataIndex: 'result',
|
|
|
key: 'result'
|
|
|
}, {
|