style 文本

This commit is contained in:
xxm
2023-02-13 22:37:57 +08:00
committed by bootx
parent 51d482ea7f
commit 04649fa93d

View File

@@ -25,7 +25,7 @@
<a-descriptions-item label="数据内容">
<json-preview :data="JSON.parse(form.dataContent || '{}')" />
</a-descriptions-item>
<a-descriptions-item label="变动内容">
<a-descriptions-item label="变动内容">
<json-preview :data="JSON.parse(form.changeContent || '{}')" />
</a-descriptions-item>
</a-descriptions>