mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-18 16:36:37 +08:00
fix: 日志详情非消费类型显示错误
This commit is contained in:
parent
e2b9061650
commit
9bbe8e7d1b
@ -367,7 +367,7 @@ const LogsTable = () => {
|
||||
dataIndex: 'content',
|
||||
render: (text, record, index) => {
|
||||
let other = getLogOther(record.other);
|
||||
if (other == null) {
|
||||
if (other == null || record.type !== 2) {
|
||||
return (
|
||||
<Paragraph
|
||||
ellipsis={{
|
||||
|
Loading…
Reference in New Issue
Block a user