{{ item.text }} | {{ formatConvertedPrice(item.gramPrice) }} |
黃金單位 | 1 {{ calculateUnit.selectedUnit }} |
---|---|
{{ unit }} | {{ ( rate / calculateUnit.conversionRates[calculateUnit.selectedUnit] ).toFixed(2) }} |
日期 | 黃金賣出 | 黃金買進 | 金價漲跌 |
---|---|---|---|
{{ entry.date }} | {{ formatCurrency(entry.goldSellPrice) }} | {{ formatCurrency(entry.goldBuyPrice) }} | {{ calculatePriceChange(index) }} |