feat(dashboard): reorganize budget and risk cards

This commit is contained in:
caoxiaozhu
2026-06-03 10:47:11 +08:00
parent faa39e6c06
commit 27dd2f0a0d
10 changed files with 554 additions and 564 deletions

View File

@@ -4,6 +4,8 @@ const RISK_SIGNAL_LABELS = {
frequent_small_claims: '高频小额报销',
location_mismatch: '地点不一致',
amount_outlier: '金额异常',
budget_pressure: '预算压力',
missing_material: '资料缺失',
preapproval_absent: '缺少事前申请',
travel_city_consistency: '差旅城市一致性',
travel_route_city_consistency: '差旅路线一致性',
@@ -22,6 +24,7 @@ const RISK_SIGNAL_LABELS = {
abnormal_frequency: '频次异常',
abnormal_amount: '金额异常',
manual_review: '人工复核',
simulation: '模拟风险样本',
unknown: '未知风险'
}