|
@@ -190,6 +190,15 @@
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
minWidth: 110
|
|
minWidth: 110
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ prop: 'saleCount',
|
|
|
|
|
+ slot: 'saleCount',
|
|
|
|
|
+ label: '订单数量',
|
|
|
|
|
+ showOverflowTooltip: true,
|
|
|
|
|
+ align: 'center',
|
|
|
|
|
+ minWidth: 120,
|
|
|
|
|
+ hide: !this.showSaleCount
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
prop: 'brandNum',
|
|
prop: 'brandNum',
|
|
|
align: 'center',
|
|
align: 'center',
|
|
@@ -257,15 +266,6 @@
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
hide: this.dimension == 1
|
|
hide: this.dimension == 1
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- prop: 'saleCount',
|
|
|
|
|
- slot: 'saleCount',
|
|
|
|
|
- label: '订单数量',
|
|
|
|
|
- showOverflowTooltip: true,
|
|
|
|
|
- align: 'center',
|
|
|
|
|
- minWidth: 120,
|
|
|
|
|
- hide: !this.showSaleCount
|
|
|
|
|
- },
|
|
|
|
|
{
|
|
{
|
|
|
prop: 'measureQuantity',
|
|
prop: 'measureQuantity',
|
|
|
label: '库存',
|
|
label: '库存',
|