diff --git a/ruoyi-ui/src/views/ccdiProject/components/detail/SpecialCheck.vue b/ruoyi-ui/src/views/ccdiProject/components/detail/SpecialCheck.vue index cf15c4de..c1479dcb 100644 --- a/ruoyi-ui/src/views/ccdiProject/components/detail/SpecialCheck.vue +++ b/ruoyi-ui/src/views/ccdiProject/components/detail/SpecialCheck.vue @@ -6,14 +6,9 @@ -
-
- -
-
-
- +
+
+ +
+
+ +
@@ -36,14 +37,14 @@ import { createSpecialCheckLoadedData, specialCheckStateData } from "./specialCh import { getFamilyAssetLiabilityList } from "@/api/ccdi/projectSpecialCheck"; import ExtendedQuerySection from "./ExtendedQuerySection"; import FamilyAssetLiabilitySection from "./FamilyAssetLiabilitySection"; -import FundGraphSection from "./graph/FundGraphSection"; +import GraphAtlasSection from "./GraphAtlasSection"; export default { name: "SpecialCheck", components: { ExtendedQuerySection, FamilyAssetLiabilitySection, - FundGraphSection, + GraphAtlasSection, }, props: { projectId: {