{{ $t('txn_refund') || '↩ 失败返还' }}
{{ $t('txn_diff_refund') || '⇄ 切换补差' }}
{{ $t('txn_diff_charge') || '⇄ 切换补收' }}
{{ log.behavior === 'increase' ? ($t('log_increase') || '➕ 增加') : ($t('log_deduct') || '➖ 扣除') }}
{{ $t('power_change') || '算力变化:' }}
{{ log.from }}
→
{{ log.to }}
{{ log.note || $t('no_description') || '无描述' }}
{{ log.__copied ? ($t('txn_copied') || '✓ 已复制') : ($t('txn_label') || '单号') }}
{{ formatTxn(log.transaction_id) }}