内测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" type="primary"
icon={<EditIcon />} icon={<EditIcon />}
onClick={onBatchExchange} onClick={onBatchExchange}
ghost
> >
批量兑换 批量兑换
</Button> </Button>
@ -124,6 +125,7 @@ function UserExchangeList(props) {
type="primary" type="primary"
icon={<EditIcon />} icon={<EditIcon />}
onClick={OnRedeemAll} onClick={OnRedeemAll}
ghost
> >
全选兑换 全选兑换
</Button> </Button>
@ -131,6 +133,7 @@ function UserExchangeList(props) {
type="primary" type="primary"
icon={<ExportIcon />} icon={<ExportIcon />}
onClick={onExportExcel} onClick={onExportExcel}
ghost
> >
导出数据 导出数据
</Button> </Button>