fix(ops): 优化卡片标题和明细筛选逻辑

- 将"请求数"改为"请求"
- SLA卡片明细只显示错误请求(kind='error')
- TTFT卡片明细按延迟降序排序
This commit is contained in:
IanShaw027
2026-01-12 13:00:39 +08:00
parent db51e65b42
commit f55ba3f6c1
2 changed files with 102 additions and 41 deletions

View File

@@ -2047,7 +2047,7 @@ export default {
avg: 'avg',
max: 'max',
qps: 'QPS',
requests: '请求',
requests: '请求',
upstream: '上游',
client: '客户端',
system: '系统',