This commit is contained in:
yanran200730
2022-04-21 16:11:56 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -199,10 +199,10 @@
</ai-table>
</div>
</ai-card>
<tags-manage v-if="currentTab=='0'" v-bind="$props" :resident-id="baseInfo.id"/>
<tags-manage v-if="currentTab=='0'&&baseInfo.id" v-bind="$props" :resident-id="baseInfo.id"/>
</el-tab-pane>
<el-tab-pane label="资产信息" lazy>
<personal-assets v-if="currentTab==1" :resident-id="baseInfo.id" v-bind="$props"/>
<personal-assets v-if="currentTab==1&&baseInfo.id" :resident-id="baseInfo.id" v-bind="$props"/>
</el-tab-pane>
<el-tab-pane label="特殊人群" lazy v-if="hasSpecial">
<ai-card v-for="(item, index) in baseInfo.tsrqInfos" :key="index" :title="item.applicationName">