You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
136 lines
1.9 KiB
136 lines
1.9 KiB
export const defaultColumns = [{
|
|
key: 0,
|
|
prop: 'createTime',
|
|
label: '创建时间',
|
|
width: 140,
|
|
visible: true,
|
|
overflow: false
|
|
},
|
|
{
|
|
key: 1,
|
|
prop: 'source',
|
|
label: '线索来源',
|
|
width: 140,
|
|
visible: true,
|
|
overflow: false
|
|
},
|
|
{
|
|
key: 2,
|
|
prop: 'name',
|
|
label: '姓名',
|
|
width: 140,
|
|
visible: true,
|
|
overflow: false
|
|
},
|
|
{
|
|
key: 3,
|
|
prop: 'phone',
|
|
label: '联系方式',
|
|
width: 140,
|
|
visible: true,
|
|
overflow: false
|
|
},
|
|
{
|
|
key: 4,
|
|
prop: 'weChat',
|
|
label: '微信号',
|
|
width: 140,
|
|
visible: true,
|
|
overflow: false
|
|
},
|
|
{
|
|
key: 5,
|
|
prop: 'address',
|
|
label: '位置',
|
|
width: 140,
|
|
visible: true,
|
|
overflow: false
|
|
},
|
|
{
|
|
key: 6,
|
|
prop: 'requirement',
|
|
label: '学员诉求',
|
|
visible: true,
|
|
overflow: false
|
|
},
|
|
{
|
|
key: 7,
|
|
prop: 'licenseType',
|
|
label: '咨询车型',
|
|
width: 140,
|
|
visible: true,
|
|
overflow: false
|
|
},
|
|
{
|
|
key: 8,
|
|
prop: 'followTime',
|
|
label: '下次跟进时间',
|
|
width: 120,
|
|
visible: true,
|
|
overflow: false
|
|
},
|
|
{
|
|
key: 9,
|
|
prop: 'firstFollowUserName',
|
|
label: '首次跟进人员',
|
|
width: 120,
|
|
visible: true,
|
|
overflow: false
|
|
},
|
|
{
|
|
key: 10,
|
|
prop: 'followUserName',
|
|
label: '跟进人员',
|
|
width: 140,
|
|
visible: true,
|
|
overflow: false
|
|
},
|
|
{
|
|
key: 11,
|
|
prop: 'recentLook',
|
|
label: '是否近期看场地',
|
|
width: 140,
|
|
visible: true,
|
|
overflow: false
|
|
},
|
|
{
|
|
key: 12,
|
|
prop: 'offlineReceiverName',
|
|
label: '线下接待人员',
|
|
width: 140,
|
|
visible: true,
|
|
overflow: false
|
|
},
|
|
{
|
|
key: 13,
|
|
prop: 'clueMemo',
|
|
label: '备注',
|
|
width: 140,
|
|
visible: true,
|
|
overflow: true
|
|
},
|
|
{
|
|
key: 14,
|
|
prop: 'goodName',
|
|
label: '商品名称',
|
|
width: 140,
|
|
visible: true,
|
|
overflow: true
|
|
},
|
|
{
|
|
key: 15,
|
|
prop: 'amountReceived',
|
|
label: '订单实收',
|
|
width: 140,
|
|
visible: true,
|
|
overflow: true
|
|
},
|
|
{
|
|
key: 16,
|
|
prop: 'writeOffTime',
|
|
label: '核销时间',
|
|
width: 140,
|
|
visible: true,
|
|
overflow: true
|
|
}
|
|
];
|
|
|