{{ item.good?.name || '--' }}
({{ item.num }}M / {{ getQuotationCountdown(item) }})
{{ item.fangx === 1 ? t('record.buy_up') : t('record.buy_down') }} (${{ formatMoney(item.money, 2) }})
{{ showQuotationProfit(item) ? formatMoney(item.profit_amount, 2) : formatMoney(item.money, 2) }}
{{ formatPrice(item.oprice) }} -
{{ formatPrice(item.price) }}
{{ item.created_at }}
{{ getQuotationDisplayTime(item) }}