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