|
@@ -100,8 +100,8 @@ export default {
|
|
|
{ title: '提交时间', dataIndex: 'applyTime', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: '联系人手机', dataIndex: 'contactPhone', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: '联系人姓名', dataIndex: 'contactName', width: '6%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
- { title: '门店名称', dataIndex: 'storeName', width: '12%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
|
- { title: '门店地址', dataIndex: 'addrDetail', width: '14%', align: 'center', scopedSlots: { customRender: 'addr' }, ellipsis: true },
|
|
|
+ { title: '门店名称', dataIndex: 'storeName', width: '12%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
+ { title: '门店地址', dataIndex: 'addrDetail', width: '14%', align: 'center', scopedSlots: { customRender: 'addr' } },
|
|
|
{ title: '汽配商邀请码', dataIndex: 'inviteCode', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: '邀请码关联汽配商', dataIndex: 'dealerName', width: '11%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: '门头照片', dataIndex: 'storeImage', width: '6%', align: 'center', scopedSlots: { customRender: 'imageUrl' } },
|