内测bug修复
parent
608d25d8b7
commit
64d4148100
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue