{startDate=e.detail.value;load()}">
开始{{ startDate || '—' }}
{endDate=e.detail.value;load()}">
结束{{ endDate || '—' }}
收入{{ fmt(income) }}
支出{{ fmt(expense) }}
期初{{ fmt(opening) }}
期末{{ fmt(ending) }}
{{ it.src==='other' ? (it.category || '其他') : (it.remark || '收付款') }}
{{ it.direction==='in' ? '+' : '-' }}{{ fmt(it.amount) }}
{{ formatDate(it.tx_time || it.txTime) }} · {{ it.remark || '-' }}