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: '订单包含',