📋 使用明细
总费用
${{ stats.total_cost.toFixed(2) }}
{{ scope.row.time }}
{{ scope.row.model }}
{{ scope.row.prompt_tokens.toLocaleString() }}
{{ scope.row.completion_tokens.toLocaleString() }}
${{ scope.row.cost.toFixed(4) }}
{{ errorMessage || '暂无使用记录' }}