From 2245c7170228a5148419eefd3ffaa4aa621a74af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E7=8F=91?= Date: Tue, 30 Dec 2025 18:14:53 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E6=98=BE=E7=A4=BAsitename=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E4=B8=B4=E6=97=B6=E8=A1=A5=E4=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Order/List/index.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/pages/Order/List/index.tsx b/src/pages/Order/List/index.tsx index f5a1943..106fa22 100644 --- a/src/pages/Order/List/index.tsx +++ b/src/pages/Order/List/index.tsx @@ -195,6 +195,19 @@ const ListPage: React.FC = () => { value: item.id, })); }, + render: (_, record) => { + const siteNameArr = { + 1: 'Togovape', + 2: 'CanPouches', + 3: 'ZYN-Pouches', + 4: 'Togopouches', + 5: 'Yoonepouches', + 6: 'CanPouches_co', + 7: 'Canadapouch', + 8: 'Zoltpouches' + }; + return siteNameArr[record.siteId]; + } }, { title: '订单包含',