diff --git a/tenant-platform/src/views/bug-collect/BugCollectIssueDetail.vue b/tenant-platform/src/views/bug-collect/BugCollectIssueDetail.vue index 2d94887..503c04d 100644 --- a/tenant-platform/src/views/bug-collect/BugCollectIssueDetail.vue +++ b/tenant-platform/src/views/bug-collect/BugCollectIssueDetail.vue @@ -10,56 +10,47 @@ {{ detail.type }} {{ detail.platform }} - {{ detail.status }} - {{ detail.appVersion }} - {{ detail.osVersion }} - {{ detail.deviceModel }} + + + {{ detail.isResolved ? '已解决' : '未解决' }} + + + {{ detail.appVersion ?? '-' }} {{ detail.count }} - {{ detail.affectedUsers }} + + {{ detail.fingerprint ?? '-' }} + {{ formatTime(detail.firstSeenAt) }} {{ formatTime(detail.lastSeenAt) }} - - + + Stack Trace - {{ detail.stackTrace }} - - - - - 源码上下文 - - - {{ line.line }} - {{ line.content }} - - + {{ latestStack }} - 最近事件 - - - - - {{ formatTime(row.timestamp) }} + 最近崩溃事件 + + + + + + + {{ formatTime(row.createdAt) }} - + - + 查看 - {{ JSON.stringify(row.properties, null, 2) }} + {{ row.stackSymbolicated || row.stack }} + - @@ -70,7 +61,7 @@
{{ detail.stackTrace }}
{{ line.content }}
{{ latestStack }}
{{ JSON.stringify(row.properties, null, 2) }}
{{ row.stackSymbolicated || row.stack }}