zksu
/
WEB
forked from yoone/WEB
1
0
Fork 0

Compare commits

...

1 Commits
main ... stable

Author SHA1 Message Date
黄珑 2245c71702 Fix: 显示sitename错误临时补丁 2025-12-30 18:14:53 +08:00
1 changed files with 13 additions and 0 deletions

View File

@ -195,6 +195,19 @@ const ListPage: React.FC = () => {
value: item.id, 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: '订单包含', title: '订单包含',