|
@@ -66,7 +66,7 @@ export default {
|
|
|
disabled: false, // 查询、重置按钮是否可操作
|
|
|
columns: [
|
|
|
{ title: '序号', dataIndex: 'no', width: '3%', align: 'center' },
|
|
|
- { title: '合并时间', dataIndex: 'mergeTime', width: '10%', align: 'left', customRender: function (text) { return text || '--' } },
|
|
|
+ { title: '合并时间', dataIndex: 'mergeTime', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: '合并前客户名称', dataIndex: 'customerNameSource', width: '16%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
|
{ title: '合并后客户名称', dataIndex: 'customerNameTarget', width: '16%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
|
{ title: '当前客户名称', dataIndex: 'customerNameMain', width: '16%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true }
|