feat: 扩展风险规则体系、审批动态路由与预算中心列表化改造

- 新增 25+ 条风险规则(预算/报销/申请/通用类),完善风险规则模拟与反馈发布机制
- 引入费用审批动态路由、平台风险分级、预审与风险阶段管理
- 预算中心列表化改造,优化票据夹仪表盘与数字员工工作看板
- 新增 Hermes 风险线索收集器、Agent 链路追踪中心
- 扩展数字员工能力库(18 个领域 Skill)与交通费用自动预估
- 完善报销申请快速预览、权限控制与前端测试覆盖
This commit is contained in:
caoxiaozhu
2026-06-01 17:07:14 +08:00
parent 7989f3a159
commit 92444e7eae
285 changed files with 25075 additions and 2986 deletions

View File

@@ -1,3 +1,42 @@
.detail-card-head {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 16px;
margin-bottom: 14px;
}
.detail-card h3 {
margin: 0 0 12px;
color: #0f172a;
font-size: 16px;
font-weight: 850;
}
.detail-card-head h3 {
margin-bottom: 4px;
}
.detail-card-title-with-icon {
display: inline-flex;
align-items: center;
gap: 8px;
line-height: 1.5;
}
.detail-card-title-with-icon i {
margin-top: 1px;
color: #334155;
font-size: 18px;
line-height: 1;
}
.detail-card-head p {
color: #64748b;
font-size: 12px;
line-height: 1.5;
}
.risk-observation-evidence-card {
display: grid;
gap: 14px;