内测bug修复

master
LiuJiaNan 2026-04-01 17:54:49 +08:00
parent 608d25d8b7
commit 64d4148100
1 changed files with 3 additions and 0 deletions

View File

@ -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>