chenrui пре 1 година
родитељ
комит
1b75659ae1
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/views/customerManagement/customerInfo/list.vue

+ 1 - 0
src/views/customerManagement/customerInfo/list.vue

@@ -163,6 +163,7 @@ export default {
         { title: '联系手机', dataIndex: 'contactMobile', width: '9%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '创建时间', dataIndex: 'createDate', width: '11%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '最后销售时间', dataIndex: 'lastSaleTime', width: '11%', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '客户关系', dataIndex: 'customerType', width: '11%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '是否为下级', dataIndex: 'dealerFlagDictValue', width: '7%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '启用禁用', scopedSlots: { customRender: 'enableAction' }, width: '8%', align: 'center' },
         { title: <div><a-tooltip placement='top' title='注意:客户合并功能中,将以当前客户为对象,合并被选客户。'><a-icon type="question-circle" /></a-tooltip>&nbsp;操作</div>, scopedSlots: { customRender: 'action' }, width: '10%', align: 'center' }