实现结果总览前两块静态页面

This commit is contained in:
wkc
2026-03-19 10:36:45 +08:00
parent 01ba288581
commit 75dbb76e0c
5 changed files with 365 additions and 24 deletions

View File

@@ -19,28 +19,8 @@
<script>
import { mockOverviewData } from "./preliminaryCheck.mock";
const OverviewStats = {
name: "OverviewStats",
props: {
summary: {
type: Object,
default: () => ({}),
},
},
template: '<section class="overview-stats-placeholder"></section>',
};
const RiskPeopleSection = {
name: "RiskPeopleSection",
props: {
sectionData: {
type: Object,
default: () => ({}),
},
},
template: '<section class="risk-people-placeholder"></section>',
};
import OverviewStats from "./OverviewStats";
import RiskPeopleSection from "./RiskPeopleSection";
const RiskModelSection = {
name: "RiskModelSection",