调整结果总览页面样式与文案

This commit is contained in:
wkc
2026-03-19 11:02:16 +08:00
parent a508977472
commit 42847ffdba
13 changed files with 116 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
export const mockOverviewData = {
summary: {
title: "风险总览",
subtitle: "风险总览数据概览",
title: "风险仪表盘",
subtitle: "风险仪表盘数据概览",
actions: [
{ key: "download", label: "批量导出", type: "primary", plain: false },
{ key: "state", label: "切换视图", type: "primary", plain: true },
@@ -11,7 +11,7 @@ export const mockOverviewData = {
{ 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: {