合并结果总览顶部风险总览卡片

This commit is contained in:
wkc
2026-03-27 14:52:12 +08:00
parent 55c8f1c29c
commit a76806acfc
4 changed files with 103 additions and 147 deletions

View File

@@ -1,14 +1,14 @@
export const mockOverviewData = {
summary: {
title: "风险仪表盘",
subtitle: "风险仪表盘数据概览",
title: "风险总览",
subtitle: "集中展示项目风险统计与命中人员总览",
actions: [],
stats: [
{ key: "people", label: "总人数", value: 500, icon: "el-icon-user", tone: "blue" },
{ key: "riskPeople", label: "高风险", value: 10, icon: "el-icon-warning-outline", tone: "red" },
{ key: "medium", label: "中风险", value: 20, icon: "el-icon-s-opportunity", tone: "amber" },
{ key: "low", label: "低风险", value: 38, icon: "el-icon-data-line", tone: "green" },
{ key: "count", label: "无风险人员", value: 432, icon: "el-icon-document", tone: "blue" },
{ key: "count", label: "无预警人数", value: 432, icon: "el-icon-document", tone: "blue" },
],
},
riskPeople: {