修改产品列表

This commit is contained in:
lcc
2025-07-30 11:02:11 +08:00
parent ead60480aa
commit 07cc5785a3
+11 -7
View File
@@ -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',