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', // title: '兑换人ID',
dataIndex: 'used_user_id', // dataIndex: 'used_user_id',
render: (text, record, index) => { // render: (text, record, index) => {
return ( // return (
<div> // <div>
{text === 0 ? '无' : text} // {text === 0 ? '无' : text}
</div> // </div>
); // );
} // }
}, // },
{ {
title: '', title: '',
dataIndex: 'operate', dataIndex: 'operate',