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