浏览代码

合并记录

chenrui 2 年之前
父节点
当前提交
0cf5e24abe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/customerManagement/customerMerge/index.vue

+ 1 - 1
src/views/customerManagement/customerMerge/index.vue

@@ -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 }