{{ toast.message }}

家电家具回收管理系统

管理员:{{ adminInfo ? adminInfo.username : '' }}
📦

今日订单

{{ stats.todayOrders }}

待处理订单

{{ stats.pendingOrders }}

本月完成

{{ stats.monthCompleted }}
💰

本月营收

{{ formatPrice(stats.monthRevenue) }}

订单列表

共 {{ orderPagination.total }} 条

加载中...

📭

暂无订单数据

订单号 联系人 电话 物品摘要 预约时间 状态 预估价 操作
{{ order.order_no }} {{ order.contact_name || order.name || '-' }} {{ order.contact_phone || order.phone || '-' }} {{ getItemsSummary(order) }} {{ formatDate(order.appointment_time || order.appointment_date) }} {{ statusText(order.status) }} {{ formatPrice(order.estimated_price) }}

品类管理

加载中...

📂

暂无品类数据

品类名称 价格区间 单位 排序 状态 操作
{{ cat.name }} {{ cat.unit || '-' }} {{ cat.sort || 0 }} {{ cat.status === 1 ? '启用' : '禁用' }}

用户列表

共 {{ userPagination.total }} 条

加载中...

👤

暂无用户数据

ID 昵称 手机号 注册时间 状态
{{ user.id }} {{ user.nickname || user.name || '-' }} {{ user.phone || user.mobile || '-' }} {{ formatDate(user.created_at || user.create_time) }} {{ user.status === 1 || user.status === 'active' ? '正常' : '禁用' }}