选择时间范围
开始日期:
customStartDate = e.detail.value">
{{ customStartDate }}
结束日期:
customEndDate = e.detail.value">
{{ customEndDate }}
本月预算
¥{{ monthlyBudget }}
去设置
已支出 ¥{{ monthExpend }} / ¥{{ monthlyBudget }}
剩余预算:¥{{ remainingBudget }}
{{ budgetProgress.toFixed(1) }}%
尚未设置本月预算,点击右上角「去设置」添加
上月预算
¥{{ lastMonthBudget }}
去设置
已支出 ¥{{ lastMonthExpend }} / ¥{{ lastMonthBudget }}
剩余预算:¥{{ lastMonthRemainingBudget }}
{{ lastMonthBudgetProgress.toFixed(1) }}%
尚未设置上月预算,点击右上角「去设置」添加
💸
总支出
¥{{ totalExpend.toFixed(2) }}
💰
总收入
¥{{ totalIncome.toFixed(2) }}
📊
当前结余
{{ currentPeriodBalance >= 0 ? '+' : '-' }}¥{{ Math.abs(currentPeriodBalance).toFixed(2) }}
📅
累计结余
{{ monthlyTotalBalance >= 0 ? '+' : '-' }}¥{{ Math.abs(monthlyTotalBalance).toFixed(2) }}
{{ item.icon }}
{{ getCateLabel(item.cate) }}
支出:¥{{ item.expend.toFixed(2) }}
收入:¥{{ item.income.toFixed(2) }}
占比:支出{{ item.expendRate }}% / 收入{{ item.incomeRate }}%
{{ item.icon }}
{{ getCateLabel(item.cate) }}
支出 ¥{{ item.expend.toFixed(2) }}
收入 ¥{{ item.income.toFixed(2) }}
占比 {{ item.expendRate }}%
handleSwipeAction(action, item)"
@closeOthers="closeOtherSwipe"
>
{{ getCateIcon(item.cate) }}
{{ getCateLabel(item.cate) }}
{{ getChannelLabel(item.channel) }}
·
{{ item.note }}
{{ item.type === BILL_TYPE.EXPEND ? '-' : '+' }}{{ Number(item.money).toFixed(2) }}
已选 {{ selectedBillIds.length }} 项
批量删除
上滑查看更多
设置预算
预算月份:
{{ selectedBudgetMonth }}
预算金额(元)
+
showAdd = val"
@close="handleSheetClose"
>
💰
支出
📈
收入
金额
¥
¥{{ amount }}
分类
最近
{{ cate.icon }}
{{ cate.label }}
{{ cate.icon }}
{{ cate.label }}
+
自定义
支付渠道
{{ channel.label }}
备注
#{{ tag }}
日期
form.date = e.detail.value">
{{ form.date === formatCurrentDate() ? '今天' : formatDate(form.date) }}
AI 智能建议
{{ aiSuggestionText }}
点击应用
自定义分类
选择颜色
showDeleteConfirm = val"
>
{{ deleteConfirmMessage }}
确定要删除选中的 {{ selectedBillIds.length }} 条账单吗?