{{ currentMenuLabel }}
欢迎,{{ currentUser.real_name || currentUser.username }}
退出登录 数据大屏 物流监控
{{ dashboard.total_users || 0 }}
总用户数
{{ dashboard.total_orders || 0 }}
总订单数
¥{{ (dashboard.total_income || 0).toFixed(2) }}
总收入
{{ dashboard.pending_orders || 0 }}
待处理订单
今日数据
今日订单: {{ dashboard.today_orders || 0 }}
今日收入: ¥{{ (dashboard.today_income || 0).toFixed(2) }}
运输中订单: {{ dashboard.transit_orders || 0 }}
运输公司数: {{ dashboard.total_transporters || 0 }}
订单状态分布
{{ getStatusText(status) }}
{{ count }} 单
最近订单
{{ transportersList.length }}
合作商总数
{{ transporterActiveCount }}
已启用
{{ transporterPendingCount }}
待审核
{{ transporterDisabledCount }}
已禁用
合作商列表
{{ scope.row.company_name }}
{{ scope.row.contact_name }} · {{ scope.row.contact_phone }}
{{ scope.row.login_user || '-' }}
{{ scope.row.login_pass ? '已设置' : '未设置' }}
📝 合作商操作日志
{{ scope.row.company_name }}
{{ scope.row.operator }}
{{ driversList.length }}
总司机数
{{ driverApprovedCount }}
已入驻
{{ driverPendingCount }}
待审核
{{ driverRejectedCount }}
已拒绝
司机列表
{{ scope.row.name ? scope.row.name[0] : '?' }}
{{ scope.row.name }}
{{ scope.row.phone }}
{{ scope.row.vehicle_no }}
{{ scope.row.vehicle_brand }} · {{ scope.row.vehicle_type === 'sedan' ? '轿车' : scope.row.vehicle_type === 'suv' ? 'SUV' : scope.row.vehicle_type === 'van' ? '面包车' : '货车' }}
完成 {{ scope.row.completed_orders || 0 }} 单
评分 {{ scope.row.rating || '5.0' }}
总收入
¥{{ formatMoney(financeSummary.total_revenue) }}
↑ 较上月 +{{ financeSummary.revenue_mom || '12.5' }}%
总支出
¥{{ formatMoney(financeSummary.total_expense) }}
↑ 较上月 +{{ financeSummary.expense_mom || '8.3' }}%
净利润
¥{{ formatMoney(financeSummary.net_profit) }}
↑ 较上月 +{{ financeSummary.profit_mom || '15.2' }}%
待结算
¥{{ formatMoney(financeSummary.pending_settle) }}
{{ financeSummary.pending_count || 0 }} 笔待处理
💰 交易流水
📋 结算管理
📊 财务分析
📄 发票管理
交易流水
结算管理
{{ scope.row.target_name }}
{{ scope.row.target_type === 'driver' ? '司机' : '运输公司' }}
收入构成
{{ item.name }}
¥{{ formatMoney(item.amount) }} ({{ item.pct }}%)
支出构成
{{ item.name }}
¥{{ formatMoney(item.amount) }} ({{ item.pct }}%)
月度收支趋势
{{ m.month }}
{{ (m.revenue/1000).toFixed(1) }}k
收入
支出
城市收入排行
{{ scope.row.pct }}%
发票管理
耗材种类
{{ suppliesList.length }}
库存充足
{{ supplyInStockCount }}
库存偏低
{{ supplyLowStockCount }}
已缺货
{{ supplyOutStockCount }}
总库存价值
¥{{ formatMoney(supplyTotalValue) }}
📦 耗材库存
📋 领用记录
🛒 采购管理
🏷️ 分类管理
耗材库存
{{ scope.row.icon || '📦' }}
{{ scope.row.name }}
{{ scope.row.spec }}
{{ scope.row.stock }}
/ {{ scope.row.min_stock }} {{ scope.row.unit }}
领用记录
采购管理
耗材分类
保险订单
{{ insuranceOrders.length }}
保障中
{{ insActiveCount }}
待生效
{{ insPendingCount }}
理赔中
{{ insClaimingCount }}
总保费收入
¥{{ formatMoney(insTotalPremium) }}
📋 保险订单
🔔 理赔管理
📦 保险产品
🏢 保险公司
保险订单
理赔管理
保险产品
合作保险公司
总会话
{{ chatSessions.length }}
今日活跃
{{ chatTodayActive }}
未读消息
{{ chatUnreadTotal }}
待处理会话
{{ chatPendingCount }}
{{ activeChat.driver_name ? activeChat.driver_name[0] : '?' }}
{{ activeChat.driver_name }} ↔ {{ activeChat.customer_name }}
订单:{{ activeChat.order_no }} | 路线:{{ activeChat.route }}
选择一个会话查看聊天记录
宠物类型
宠物品种
价格规则设置
价格预览
协议管理
{{ scope.row.title }}
{{ scope.row.key }} · v{{ scope.row.version }}
📢 平台公告
🖼️ 广告管理
{{ scope.row.title }}
位置:{{ scope.row.position }}
链接:{{ scope.row.link }}
{{ scope.row.start_time }}
至 {{ scope.row.end_time }}
{{ breedingList.length }}
配种总数
{{ breedingActiveCount }}
进行中
{{ breedingMatchCount }}
已匹配
{{ breedingSuccessCount }}
配种成功
🐱 配种列表
📋 猫咪档案
📝 配种记录
配种需求
🐱
{{ scope.row.cat_name }}
{{ scope.row.breed }} · {{ scope.row.gender==='male'?'公':'母' }} · {{ scope.row.age }}
{{ scope.row.breed }}
{{ scope.row.color }}
猫咪档案
🐱
{{ scope.row.name }}
{{ scope.row.breed }} · {{ scope.row.gender==='male'?'公':'母' }}
配种记录
系统设置
{{ item.setting_desc }}
{{ serviceOnlineCount }}
在线客服
{{ serviceBusyCount }}
忙碌中
{{ serviceOfflineCount }}
离线
{{ serviceList.length }}
总客服数
客服列表
{{ scope.row.name ? scope.row.name[0] : '?' }}
客服接待统计
{{ s.name ? s.name[0] : '?' }}
{{ s.name }}
接待 {{ s.today_count || 0 }} | 评价 {{ s.rating || '5.0' }}