调整风险仪表盘指标文案

This commit is contained in:
wkc
2026-03-19 11:12:39 +08:00
parent 8f3108d1cd
commit 97bd3de299
3 changed files with 16 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ export const mockOverviewData = {
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: "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" },