修改产品列表
This commit is contained in:
@@ -380,31 +380,35 @@
|
||||
label: '车型',
|
||||
slot: 'title',
|
||||
align: 'center',
|
||||
minWidth: 100
|
||||
width: 200,
|
||||
fixed: 'left'
|
||||
},
|
||||
{
|
||||
prop: 'couponSelling',
|
||||
label: '核心卖点',
|
||||
align: 'center',
|
||||
slot: 'couponSelling'
|
||||
slot: 'couponSelling',
|
||||
width: 220
|
||||
},
|
||||
{
|
||||
prop: 'crowdProfiling',
|
||||
label: '人群画像',
|
||||
align: 'center',
|
||||
slot: 'crowdProfiling'
|
||||
slot: 'crowdProfiling',
|
||||
width: 200
|
||||
},
|
||||
{
|
||||
prop: 'discounts',
|
||||
label: '补贴详情',
|
||||
align: 'center'
|
||||
align: 'center',
|
||||
width: 200
|
||||
},
|
||||
{
|
||||
prop: 'commission',
|
||||
label: '佣金',
|
||||
slot: 'commission',
|
||||
align: 'center',
|
||||
minWidth: 50
|
||||
width: 100
|
||||
},
|
||||
// {
|
||||
// prop: 'coupon',
|
||||
@@ -425,7 +429,7 @@
|
||||
prop: 'couponBiz',
|
||||
label: '适用门店',
|
||||
align: 'center',
|
||||
minWidth: 100,
|
||||
width: 200,
|
||||
slot: 'couponBiz'
|
||||
},
|
||||
{
|
||||
@@ -433,7 +437,7 @@
|
||||
label: '周期',
|
||||
align: 'center',
|
||||
slot: 'timeBetween',
|
||||
minWidth: 100
|
||||
width: 180
|
||||
},
|
||||
{
|
||||
columnKey: 'action',
|
||||
|
||||
Reference in New Issue
Block a user