From 10ee87bf49b9fd63f81174b43a61d55c2ef95b28 Mon Sep 17 00:00:00 2001 From: luo Date: Thu, 13 Aug 2026 14:43:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8F=90=E7=8E=B0=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/commission-management/my-commission/index.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/commission-management/my-commission/index.vue b/src/views/commission-management/my-commission/index.vue index 5a9613e..ba7f402 100644 --- a/src/views/commission-management/my-commission/index.vue +++ b/src/views/commission-management/my-commission/index.vue @@ -399,19 +399,16 @@ { prop: 'virtual_no', label: '虚拟号', - width: 130, formatter: (row: ShopCommissionRecordItem) => row.virtual_no || '-' }, { prop: 'order_no', label: '订单号', - width: 160, formatter: (row: ShopCommissionRecordItem) => row.order_no || '-' }, { prop: 'seller_shop_name', label: '卖家店铺', - width: 150, formatter: (row: ShopCommissionRecordItem) => row.seller_shop_name || '-' }, {