fix: log page error

This commit is contained in:
1808837298@qq.com 2024-05-22 01:20:48 +08:00
parent d860289601
commit f07ae8139b

View File

@ -325,6 +325,9 @@ const LogsTable = () => {
title: '详情',
dataIndex: 'content',
render: (text, record, index) => {
if (record.other === '') {
record.other = '{}'
}
let other = JSON.parse(record.other);
if (other == null) {
return (