feat: 完成兑换码界面

This commit is contained in:
Apple\Apple 2024-03-16 09:54:33 +08:00
parent 1f0a2fc791
commit e30f2e4bbf

View File

@ -71,17 +71,17 @@ const RedemptionsTable = () => {
);
}
},
{
title: '兑换人ID',
dataIndex: 'used_user_id',
render: (text, record, index) => {
return (
<div>
{text === 0 ? '无' : text}
</div>
);
}
},
// {
// title: '兑换人ID',
// dataIndex: 'used_user_id',
// render: (text, record, index) => {
// return (
// <div>
// {text === 0 ? '无' : text}
// </div>
// );
// }
// },
{
title: '',
dataIndex: 'operate',