fix(ops): 修复错误列表用户显示并区分上游错误和请求错误

- 修复错误列表中用户列显示 \n 的问题
- 上游错误显示账号(account),请求错误显示用户(user)
- 错误详情模态框同步调整显示逻辑
- 添加 accountId 国际化翻译
This commit is contained in:
IanShaw027
2026-01-15 00:11:44 +08:00
parent 2daf13c4c8
commit 5354ba3662
4 changed files with 36 additions and 9 deletions

View File

@@ -2022,6 +2022,7 @@ export default {
user: 'User',
userId: 'User ID',
account: 'Account',
accountId: 'Account ID',
status: 'Status',
message: 'Message',
latency: 'Request Duration',

View File

@@ -2166,6 +2166,7 @@ export default {
user: '用户',
userId: '用户 ID',
account: '账号',
accountId: '账号 ID',
status: '状态码',
message: '响应内容',
latency: '请求时长',