{{ totalCount || '--' }}
全部订单
{{ paidCount || '--' }}
已支付
{{ pendingCount || '--' }}
待支付
{{ f.label }}
📭
暂无订单
当前筛选条件下没有找到订单
用户
{{ order.user?.nickname ?? '未知用户' }}
手机
{{ order.user?.phone ?? '未绑定' }}
金额
¥{{ formatPrice(order.amount) }}
下单时间
{{ formatDateTime(order.createdAt) }}
支付时间
{{ formatDateTime(order.paidAt) }}
{{ loading ? '加载中...' : '加载更多' }}
— 已加载全部 {{ orders.length }} 条订单 —