{{ formatDateHeader(date) }}
{{ dayItems.length }} 项行程
{{ formatTime(item.start_time) }}
至 {{ formatTime(item.end_time) }}
{{ getTypeIcon(item.type) }}
{{ item.description }}
已预定 计划中
📍 {{ item.location }}
👥 {{ getGroupLabel(item.involved_users_str) }}
预估价格
¥{{ item.estimated_price }}
➕ 记一笔
⏳ 上传中...
✅ 已上传
📝 费用明细
{{ exp.description }}
-¥{{ exp.amount }}
暂无额外费用记录
📤 上传文件
{{ file.filename }}
暂无附件
{{ category }}
{{ items.filter(i => i.is_checked).length }}/{{ items.length }}
{{ item.name }}
{{ item.content }}
总行程花费
¥{{ totalCost.toFixed(2) }}
人均约 ¥{{ (totalCost / 4).toFixed(2) }}
💸 支付记录 (仅记录)
➡️
{{ getPayerName(pay.payer_id) }}
→
{{ getPayerName(pay.payee_id) }}
¥{{ pay.amount }}
({{ pay.note }})
{{ new Date(pay.created_at).toLocaleDateString() }}
暂无支付记录
{{ s.name }}
{{ s.balance >= 0 ? '应收' : '应付' }} ¥{{ Math.abs(s.balance).toFixed(2) }}已支付: ¥{{ s.paid }}
应分摊: ¥{{ s.should_pay }}
💡 正数表示别人欠你钱,负数表示你需要转给别人钱。