{{ exp.type }}
{{ formatDate(exp.date) }}
{{ exp.description }}
{{ exp.payer }} 先付
{{ exp.payer }} 結清
{{ exp.payer }} 退還
{{ ['結清', '退款'].includes(exp.type) ? '對象:' : '分攤:' }}
{{ split.name }} ${{ split.amount }}
總金額
${{ exp.amount }}
{{ searchQuery ? '找不到符合的明細喔!' : '目前還沒有帳目紀錄喔!' }}
| 日期 | 類型 | 先付、還錢 、退款的人 |
欠款人、 收款人 |
說明 | 金額 |
|---|---|---|---|---|---|
| {{ formatShortDate(item.date) }} | {{ item.type }} | {{ item.payer }} | {{ item.splitter }} | {{ item.description }} | ${{ item.amount }} |
| 目前無一對一明細紀錄 | |||||