调整专项核查图谱展示
This commit is contained in:
@@ -6,14 +6,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-else-if="pageState === 'empty'" class="special-check-state">
|
|
||||||
<div class="state-card">
|
|
||||||
<el-empty description="暂无员工家庭资产负债核查数据" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div v-else class="special-check-page">
|
<div v-else class="special-check-page">
|
||||||
<family-asset-liability-section
|
<family-asset-liability-section
|
||||||
|
v-if="pageState === 'loaded'"
|
||||||
:rows="currentData.rows"
|
:rows="currentData.rows"
|
||||||
:loading="false"
|
:loading="false"
|
||||||
:project-id="projectId"
|
:project-id="projectId"
|
||||||
@@ -22,7 +17,13 @@
|
|||||||
@evidence-confirm="$emit('evidence-confirm', $event)"
|
@evidence-confirm="$emit('evidence-confirm', $event)"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<fund-graph-section ref="fundGraphSection" />
|
<div v-else class="special-check-state">
|
||||||
|
<div class="state-card">
|
||||||
|
<el-empty description="暂无员工家庭资产负债核查数据" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<graph-atlas-section />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="projectId" class="special-check-extended-wrapper">
|
<div v-if="projectId" class="special-check-extended-wrapper">
|
||||||
@@ -36,14 +37,14 @@ import { createSpecialCheckLoadedData, specialCheckStateData } from "./specialCh
|
|||||||
import { getFamilyAssetLiabilityList } from "@/api/ccdi/projectSpecialCheck";
|
import { getFamilyAssetLiabilityList } from "@/api/ccdi/projectSpecialCheck";
|
||||||
import ExtendedQuerySection from "./ExtendedQuerySection";
|
import ExtendedQuerySection from "./ExtendedQuerySection";
|
||||||
import FamilyAssetLiabilitySection from "./FamilyAssetLiabilitySection";
|
import FamilyAssetLiabilitySection from "./FamilyAssetLiabilitySection";
|
||||||
import FundGraphSection from "./graph/FundGraphSection";
|
import GraphAtlasSection from "./GraphAtlasSection";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "SpecialCheck",
|
name: "SpecialCheck",
|
||||||
components: {
|
components: {
|
||||||
ExtendedQuerySection,
|
ExtendedQuerySection,
|
||||||
FamilyAssetLiabilitySection,
|
FamilyAssetLiabilitySection,
|
||||||
FundGraphSection,
|
GraphAtlasSection,
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
projectId: {
|
projectId: {
|
||||||
|
|||||||
Reference in New Issue
Block a user