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
Commit
dee7f632
authored
Oct 14, 2024
by
1808837298@qq.com
Committed by
CalciumIon
Nov 05, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 日志详情完善
(cherry picked from commit ec79110c99e9b4c076c5f7b8285e535b9c5052db)
parent
3f14f77e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
web/src/components/LogsTable.js
+7
-3
No files found.
web/src/components/LogsTable.js
View file @
dee7f632
...
@@ -534,7 +534,7 @@ const LogsTable = () => {
...
@@ -534,7 +534,7 @@ const LogsTable = () => {
}
}
}
}
expandDataLocal
.
push
({
expandDataLocal
.
push
({
key
:
'重试'
,
key
:
'
渠道
重试'
,
value
:
content
,
value
:
content
,
})
})
}
}
...
@@ -556,9 +556,13 @@ const LogsTable = () => {
...
@@ -556,9 +556,13 @@ const LogsTable = () => {
value
:
other
.
text_output
,
value
:
other
.
text_output
,
});
});
}
}
expandDataLocal
.
push
({
key
:
'倍率详情'
,
value
:
logs
[
i
].
content
,
})
expandDatesLocal
[
logs
[
i
].
key
]
=
expandDataLocal
;
expandDatesLocal
[
logs
[
i
].
key
]
=
expandDataLocal
;
}
}
console
.
log
(
expandDatesLocal
);
setExpandData
(
expandDatesLocal
);
setExpandData
(
expandDatesLocal
);
setLogs
(
logs
);
setLogs
(
logs
);
...
@@ -634,7 +638,7 @@ const LogsTable = () => {
...
@@ -634,7 +638,7 @@ const LogsTable = () => {
},
[]);
},
[]);
const
expandRowRender
=
(
record
,
index
)
=>
{
const
expandRowRender
=
(
record
,
index
)
=>
{
return
<
Descriptions
align
=
"justify"
data
=
{
expandData
[
record
.
key
]}
/>
;
return
<
Descriptions
data
=
{
expandData
[
record
.
key
]}
/>
;
};
};
return
(
return
(
...
...
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