fix(sj_1.1.0_beta3): 修复查看结果格式化问题

This commit is contained in:
xlsea 2024-07-14 20:10:56 +08:00
parent a047d7066b
commit 50eec6dc81

View File

@ -191,7 +191,7 @@ const { columns, searchParams, columnChecks, data, getData, loading, mobilePagin
<NCode
class={`max-h-300px overflow-auto ${String(row.parentId) !== '0' ? 'pl-36px' : ''}`}
hljs={hljs}
code={row.resultMessage}
code={parseArgsJson(row.resultMessage)}
language="json"
show-line-numbers
/>