内测bug修复
parent
608d25d8b7
commit
64d4148100
|
|
@ -117,6 +117,7 @@ function UserExchangeList(props) {
|
|||
type="primary"
|
||||
icon={<EditIcon />}
|
||||
onClick={onBatchExchange}
|
||||
ghost
|
||||
>
|
||||
批量兑换
|
||||
</Button>
|
||||
|
|
@ -124,6 +125,7 @@ function UserExchangeList(props) {
|
|||
type="primary"
|
||||
icon={<EditIcon />}
|
||||
onClick={OnRedeemAll}
|
||||
ghost
|
||||
>
|
||||
全选兑换
|
||||
</Button>
|
||||
|
|
@ -131,6 +133,7 @@ function UserExchangeList(props) {
|
|||
type="primary"
|
||||
icon={<ExportIcon />}
|
||||
onClick={onExportExcel}
|
||||
ghost
|
||||
>
|
||||
导出数据
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue