From 850f97ea22b354afea11b5d5491bb0c538bb1d43 Mon Sep 17 00:00:00 2001 From: wkc <978997012@qq.com> Date: Mon, 1 Jun 2026 17:37:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=93=E9=A1=B9=E6=A0=B8?= =?UTF-8?q?=E6=9F=A5=E5=9B=BE=E8=B0=B1=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/detail/SpecialCheck.vue | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) 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: {