From 07cc5785a3c18f739224de18736f29bf500785a5 Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Wed, 30 Jul 2025 11:02:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=A7=E5=93=81=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pingan/src/views/car/product/index.vue | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) 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',