📊 案件总览
案件总数
{{ dashboard.stats.total }}
进行中
{{ dashboard.stats.active }}
已归档
{{ dashboard.stats.archived }}
标的总额
¥{{ formatMoney(dashboard.stats.total_amount) }}
🔄 流水线进度
{{ phase.name }}
{{ phase.count }} 件
{{ c.borrower }}
{{ c.case_type }}
¥{{ formatMoney(c.amount) }}
⏰ 即将到期
{{ item.date }}
{{ item.label }}
{{ item.borrower }}
📋 案件列表
| 案号 | 借款人 | 类型 | 金额 | 状态 | 操作 |
|---|---|---|---|---|---|
| {{ c.case_no || '-' }} | {{ c.borrower }} | {{ c.case_type }} | ¥{{ formatMoney(c.amount) }} | {{ getStatusLabel(c.status) }} |
📄 案件详情
案号
{{ currentCase.case_no || '-' }}
借款人
{{ currentCase.borrower }}
共同借款人
{{ currentCase.co_borrower || '-' }}
保证人
{{ currentCase.guarantor || '-' }}
案件类型
{{ currentCase.case_type }}
标的金额
¥{{ formatMoney(currentCase.amount) }}
当前状态
{{ getStatusLabel(currentCase.status) }}
创建时间
{{ currentCase.created_at }}
案件文件夹
{{ currentCase.folder || '-' }}
备注
{{ currentCase.notes || '-' }}
📊 阶段历史
{{ h.at }}
{{ getStatusLabel(h.phase) }}
🚀 批量操作
{{ getStatusLabel(batch.status) }}
{{ batch.count }} 件
{{ c.borrower }} - {{ c.case_type }} - ¥{{ formatMoney(c.amount) }}
👥 用户管理
| 用户名 | 显示名称 | 角色 | 状态 | 最后登录 | 操作 |
|---|---|---|---|---|---|
| {{ u.username }} | {{ u.display_name || '-' }} | {{ u.role === 'admin' ? '管理员' : '用户' }} | {{ u.is_active ? '启用' : '禁用' }} | {{ u.last_login || '-' }} |
📝 操作日志
| 时间 | 用户 | 操作 | 详情 | IP |
|---|---|---|---|---|
| {{ log.created_at }} | {{ log.username }} | {{ log.action }} | {{ log.detail || '-' }} | {{ log.ip_address || '-' }} |