{{ days[currentDayIndex]?.fullDate }}
{{ days[currentDayIndex]?.items.length || 0 }} 個行程
{{ days[currentDayIndex]?.weather?.temp || '--' }}
Tokyo
尚無行程
Total Expenses
NT$ {{ Math.round(totalExpenseTWD).toLocaleString() }}
≈ ¥ {{ Math.round(totalExpenseTWD / exchangeRate).toLocaleString() }}
匯率 {{ exchangeRate }}
{{ member[0] }}
Settlement (TWD)
目前帳目平衡
-
{{ s.from }}{{ s.to }}NT$ {{ s.amount.toLocaleString() }}
History (Tap to Edit)
{{ record.title }}
付款: {{ record.payer }}
全員分攤
分攤: {{ record.involved.join(', ') }}
NT$ {{ Math.round(getTWDAmount(record)).toLocaleString() }}
¥ {{ Math.round(getJPYAmount(record)).toLocaleString() }}
Flight Info
DEPARTURE ({{ flightInfo.dep.from }} → {{ flightInfo.dep.to }})
{{ flightInfo.dep.date || '設定日期' }}
{{ flightInfo.dep.flight || '航班號' }}
{{ flightInfo.dep.terminal }}
{{ flightInfo.dep.time || '--:--' }}
RETURN ({{ flightInfo.ret.from }} → {{ flightInfo.ret.to }})
{{ flightInfo.ret.date || '設定日期' }}
{{ flightInfo.ret.flight || '航班號' }}
{{ flightInfo.ret.terminal }}
{{ flightInfo.ret.time || '--:--' }}
Exchange Rate
1 JPY = {{ exchangeRate }} TWD
Calculator
EQUALS TO
{{ isJpyToTwd ? 'NT$' : '¥' }} {{ Math.round(calcResult).toLocaleString() }}
Checklist
{{ checklist.filter(i => i.checked).length }}/{{ checklist.length }}
{{ item.text }}