-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 搜索
- 重置
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ row.parseStatus === 1 ? "成功" : "失败" }}
-
-
-
-
-
-
- {{ getExecuteStatusText(row.executeStatus) }}
-
- -
-
-
-
-
-
- {{ (row.confidence * 100).toFixed(0) }}%
-
- -
-
-
-
-
-
-
-
- 详情
-
-
-
-
-
-
-
-
-
-
-
-
- {{ currentRow.id }}
-
-
- {{ currentRow.username }}
-
-
-
- {{ currentRow.aiProvider || "-" }}
-
-
- {{ currentRow.aiModel || "-" }}
-
-
-
-
- {{ currentRow.parseStatus === 1 ? "成功" : "失败" }}
-
-
-
-
- {{ (currentRow.confidence * 100).toFixed(0) }}%
-
- -
-
-
-
- {{ formatNumber(currentRow.parseDurationMs) }} ms
-
-
- 输入 {{ currentRow.inputTokens || 0 }} / 输出 {{ currentRow.outputTokens || 0 }}
-
-
-
-
-
-
-
- {{ currentRow.explanation }}
-
-
-
-
-
-
-
-
-
-
-
- {{ currentRow.functionName || "-" }}
-
-
-
- {{ getExecuteStatusText(currentRow.executeStatus) }}
-
- -
-
-
-
-
-
-
-
-
-
-
-
- {{ currentRow.ipAddress || "-" }}
-
-
-
- {{ currentRow.createTime }}
-
-
- {{ currentRow.updateTime || "-" }}
-
-
-
-
- 关闭
-
-
-
-