+
+ 审计日志管理
+
+ {{ showStats ? '隐藏统计' : '查看统计' }}
+
+
+
+
+
+
+ 审计统计
+
+
+
+
+
{{ stats.totalCount || 0 }}
+
总日志数
+
+
+
+
+
{{ stats.highRiskCount || 0 }}
+
高风险操作
+
+
+
+
+
{{ stats.criticalCount || 0 }}
+
严重风险
+
+
+
+
+
+
+ 按模块分布
+
+ {{ item.module || '未知' }}
+ {{ item.count }}
+
+
+
+ 按风险级别分布
+
+ {{ getRiskLabel(item.risk_level) }}
+ {{ item.count }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+ {{ getBusinessLabel(row.businessType) }}
+
+
+
+
+
+ {{ getRiskLabel(row.riskLevel) }}
+
+
+
+
+
+
+
+
+ 成功
+ 失败
+
+
+
+
+
+
+ 详情
+
+
+
+
+
+
+
+
+
+ {{ detail.userName }}
+ {{ detail.module }}
+ {{ detail.action }}
+ {{ getBusinessLabel(detail.businessType) }}
+
+ {{ getRiskLabel(detail.riskLevel) }}
+
+ {{ detail.method }}
+ {{ detail.url }}
+ {{ detail.clientIp }}
+ {{ detail.responseTimeMs }}ms
+ {{ detail.tenantName }}
+ {{ detail.orgName }}
+ {{ detail.params }}
+ {{ detail.errorMsg }}
+ {{ detail.userAgent }}
+
+
+
+