lilei 2 weeks ago
parent
commit
4f3b60c29b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/dealerManagement/merchantInfoManagement/list.vue

+ 1 - 1
src/views/dealerManagement/merchantInfoManagement/list.vue

@@ -189,7 +189,7 @@ export default {
         { title: '创建时间', dataIndex: 'createDate', width: '6%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '区域', dataIndex: 'subareaArea.subareaName', width: '6%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '分区', dataIndex: 'subareaArea.subareaAreaName', width: '6%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '商名称', scopedSlots: { customRender: 'dealerName' }, width: '12%', align: 'left' },
+        { title: '经销商名称', scopedSlots: { customRender: 'dealerName' }, width: '12%', align: 'left' },
         { title: '商户别名', dataIndex: 'dealerAlias', width: '12%', align: 'left', customRender: function (text) { return text || '--' } },
         { title: '商户类型', dataIndex: 'dealerTypeName', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '商户级别', dataIndex: 'dealerLevelDictValue', width: '6%', align: 'center', customRender: function (text) { return text || '--' } },