diff --git a/pingan/src/views/car/product/index.vue b/pingan/src/views/car/product/index.vue index 95f6cf9..3f1dc0a 100644 --- a/pingan/src/views/car/product/index.vue +++ b/pingan/src/views/car/product/index.vue @@ -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',