From b8a2955ad5fcd8e751455919947c008a82760ed0 Mon Sep 17 00:00:00 2001 From: zhangds Date: Mon, 13 May 2024 16:39:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=20=E6=89=B9=E6=AC=A1?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/order/list/utils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/order/list/utils.js b/src/pages/order/list/utils.js index 073b9fa4..0e4c46ac 100644 --- a/src/pages/order/list/utils.js +++ b/src/pages/order/list/utils.js @@ -101,7 +101,8 @@ export const Column = [ title: "批次号", prop: "channel_activity_id", name: "channel_activity_id", - type: "normal" + type: "normal", + width: "150px" }, { title: "创建时间",