feat: 完成兑换码界面
This commit is contained in:
parent
1f0a2fc791
commit
e30f2e4bbf
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user