lilei 1 rok temu
rodzic
commit
d72a296b13

+ 3 - 3
src/views/promotionRulesManagement/dealerPromotions/chooseDealer.vue

@@ -120,10 +120,10 @@ export default {
         { title: '地区', scopedSlots: { customRender: 'addressInfo' }, width: '30%', align: 'left', ellipsis: true },
         { title: '经销商名称', dataIndex: 'dealerName', width: '30%', align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '商户别名', dataIndex: 'dealerAlias', align: 'left', width: '30%', customRender: function (text) { return text || '--' }, ellipsis: true },
-        { title: '商户类型', dataIndex: 'dealerTypeName', width: '25%', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '商户类型', dataIndex: 'dealerTypeName', width: '29%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '商户级别', dataIndex: 'dealerLevelDictValue', width: '15%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '所在区域', dataIndex: 'subareaArea.subareaName', width: '15%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '所在分区', dataIndex: 'subareaArea.subareaAreaName', width: '15%', align: 'center', customRender: function (text) { return text || '--' } }
+        { title: '所在区域', dataIndex: 'subareaArea.subareaName', width: '13%', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '所在分区', dataIndex: 'subareaArea.subareaAreaName', width: '13%', align: 'center', customRender: function (text) { return text || '--' } }
       ]
     }
   },