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