Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
2d4bdd29
authored
Apr 23, 2026
by
Calcium-Ion
Committed by
GitHub
Apr 23, 2026
Browse files
Options
Browse Files
Download
Plain Diff
Show user ID in admin topup bills (#4349)
parents
1d83b547
600ae859
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
web/src/components/topup/modals/TopupHistoryModal.jsx
+10
-0
No files found.
web/src/components/topup/modals/TopupHistoryModal.jsx
View file @
2d4bdd29
...
@@ -161,6 +161,16 @@ const TopupHistoryModal = ({ visible, onCancel, t }) => {
...
@@ -161,6 +161,16 @@ const TopupHistoryModal = ({ visible, onCancel, t }) => {
const
columns
=
useMemo
(()
=>
{
const
columns
=
useMemo
(()
=>
{
const
baseColumns
=
[
const
baseColumns
=
[
...(
userIsAdmin
?
[
{
title
:
t
(
'用户ID'
),
dataIndex
:
'user_id'
,
key
:
'user_id'
,
render
:
(
userId
)
=>
<
Text
>
{
userId
??
'-'
}
</
Text
>,
},
]
:
[]),
{
{
title
:
t
(
'订单号'
),
title
:
t
(
'订单号'
),
dataIndex
:
'trade_no'
,
dataIndex
:
'trade_no'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment