{{ wsConnected ? '已连接' : '未连接' }}
本月记录数
{{ statsData.total.count }}
本月金额
¥{{ formatAmount(statsData.total.amount) }}
按客户统计
| 客户 | 笔数 | 金额 |
|---|---|---|
| {{ item.customer }} | {{ item.count }} | ¥{{ formatAmount(item.amount) }} |
| 暂无数据 | ||
按来源统计
| 来源 | 笔数 | 金额 |
|---|---|---|
| {{ item.source }} | {{ item.count }} | ¥{{ formatAmount(item.amount) }} |
| 暂无数据 | ||
记账记录列表
| ID | 日期 | 客户 | 端口 | 金额 | 充值 | 充值账号ID | 类型 | 渠道 | 收款分类 | 收款类型 | 打款方式 | 收款账户 | 客户政策 | 部门 | 状态 | 操作 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ item.id }} | {{ item.date || '-' }} | {{ item.customer || '-' }} | {{ item.port || '-' }} | ¥{{ formatAmount(item.amount) }} | ¥{{ formatAmount(item.recharge_amount) }} | {{ formatAccountIds(item.recharge_account_id) }} | {{ item.type || '-' }} | {{ item.channel || '-' }} | {{ item.category || '-' }} | {{ item.account_type || '-' }} | {{ item.pay_method || '-' }} | {{ item.account || '-' }} | {{ item.customer_policy || '-' }} | {{ item.department || '-' }} | {{ item.status === 'pending' ? '待处理' : item.status === 'confirmed' ? '已收录' : '已拒绝' }} |
|
|
暂无数据
|
||||||||||||||||
消息来源管理
| ID | 来源ID | 名称 | 类型 | 监控状态 | 创建时间 |
|---|---|---|---|---|---|
| {{ item.id }} | {{ item.source_id }} | {{ item.name }} | {{ item.type }} | {{ formatDate(item.created_at) }} | |
|
暂无数据
|
|||||
用户列表
| ID | 用户名 | 角色 | 状态 | 创建时间 | 操作 |
|---|---|---|---|---|---|
| {{ u.id }} | {{ u.username }} | {{ roleName(u.role) }} | {{ u.status === 'active' ? '正常' : '禁用' }} | {{ formatDate(u.created_at) }} |
|
|
暂无数据
|
|||||