diff --git a/src/components/AuditJsonCell.vue b/src/components/AuditJsonCell.vue new file mode 100644 index 0000000..819c7d8 --- /dev/null +++ b/src/components/AuditJsonCell.vue @@ -0,0 +1,119 @@ + + + + + + + {{ expanded ? '收起' : '展开' }} + + + 复制 + + + + {{ formattedJson }} + {{ previewText }} + + + +
{{ formattedJson }}
{{ previewText }}