feat: 优化代理管理页面和代理后台页面

- 添加云端数据权限列到代理管理页面
- 重构代理后台用户管理、卡密管理、财务管理页面使用DataTable组件
- 添加统计卡片到代理后台各页面
- 修复agent-apps相关类型错误
- 添加代理后台页面i18n国际化支持

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-09 21:00:33 +08:00
parent 0a0f23ab0c
commit 914e3d5127
22 changed files with 1089 additions and 307 deletions
@@ -0,0 +1,9 @@
export interface Card {
id: number
code: string
app_name: string
card_type_name: string
status: string
created_at: string
used_at: string | null
}