Browse Source

修改bug

chenrui 1 năm trước cách đây
mục cha
commit
0013762a26
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/views/reportData/promotionSalesOrderReport/list.vue

+ 3 - 3
src/views/reportData/promotionSalesOrderReport/list.vue

@@ -123,11 +123,11 @@
           bordered>
           <!-- 品牌-->
           <template slot="brandName" slot-scope="text, record">
-            {{ record.allProductBrandFlag==1?'全品':record.brandName?record.brandName:'--' }}
+            {{ record.allProductBrandFlag==1?'全品':record.brandName?record.brandName:'--' }}
           </template>
           <!-- 分类 -->
           <template slot="brandtypeName" slot-scope="text, record">
-            {{ record.allProductTypeFlag==1?'全类':record.brandtypeName?record.brandtypeName:'--' }}
+            {{ record.allProductTypeFlag==1?'全类':record.brandtypeName?record.brandtypeName:'--' }}
           </template>
           <template slot="footer" v-if="totalData">
             <a-row>
@@ -218,7 +218,7 @@ export default {
         { title: '分区', dataIndex: 'subareaArea.subareaAreaName', width: '100px', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '区域负责人', dataIndex: 'bizUserName', width: '90px', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '省份', dataIndex: 'dealerInfo.provinceName', width: '100px', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '客户名称', dataIndex: 'dealerInfo.dealerName', width: '130px', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
+        { title: '客户名称', dataIndex: 'dealerInfo.dealerName', width: '130px', align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '客户级别', dataIndex: 'dealerInfo.dealerLevelDictValue', width: '90px', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '品牌', dataIndex: 'brandName', width: '90px', align: 'center', scopedSlots: { customRender: 'brandName' } },
         { title: '二级分类', dataIndex: 'brandtypeName', width: '90px', align: 'center', scopedSlots: { customRender: 'brandtypeName' } },