实现结果总览前两块静态页面
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user