实现结果总览模型与明细区块
This commit is contained in:
@@ -21,28 +21,8 @@
|
||||
import { mockOverviewData } from "./preliminaryCheck.mock";
|
||||
import OverviewStats from "./OverviewStats";
|
||||
import RiskPeopleSection from "./RiskPeopleSection";
|
||||
|
||||
const RiskModelSection = {
|
||||
name: "RiskModelSection",
|
||||
props: {
|
||||
sectionData: {
|
||||
type: Object,
|
||||
default: () => ({}),
|
||||
},
|
||||
},
|
||||
template: '<section class="risk-model-placeholder"></section>',
|
||||
};
|
||||
|
||||
const RiskDetailSection = {
|
||||
name: "RiskDetailSection",
|
||||
props: {
|
||||
sectionData: {
|
||||
type: Object,
|
||||
default: () => ({}),
|
||||
},
|
||||
},
|
||||
template: '<section class="risk-detail-placeholder"></section>',
|
||||
};
|
||||
import RiskModelSection from "./RiskModelSection";
|
||||
import RiskDetailSection from "./RiskDetailSection";
|
||||
|
||||
export default {
|
||||
name: "PreliminaryCheck",
|
||||
|
||||
Reference in New Issue
Block a user