{{ todayLabel }}
账单小管家
今日支出
{{ formatCurrency(todayExpense) }}
本月支出
{{ formatCurrency(monthExpense) }}
本月收入
{{ formatCurrency(monthIncome) }}
本月结余
{{ formatCurrency(balance) }}
{{ formatCurrency(remainingBudget) }}
剩余预算
预算使用
{{ budgetProgressLabel }}
{{ totalBudget ? `总预算 ${formatCurrency(totalBudget)}` : '当前尚未设置月预算' }}
{{ dailyBudgetText }}
去设置预算
记录支出
记录收入
{{ item.name }}
查看全部
{{ getCategory(bill).name || '未分类' }}
{{ getAccount(bill).name || '账户' }} · {{ formatDateLabel(bill.date) }}
{{ bill.type === 'income' ? '+' : '-' }}{{ formatCurrency(bill.amount).replace('¥', '') }}
{{ bill.note || '无备注' }}
还没有账单记录,先记下第一笔收支。
立即记账
+ 记一笔