增加权限码控制

This commit is contained in:
aixianling
2022-08-11 11:14:27 +08:00
parent 84aa2f5f62
commit 509379e704
2 changed files with 4 additions and 3 deletions

View File

@@ -202,7 +202,8 @@
</ai-card>
<tags-manage v-if="currentTab=='0'&&baseInfo.id&&permissions('app_appresidentlabelinfo_detail')" v-bind="$props" :resident-id="baseInfo.id"/>
</el-tab-pane>
<el-tab-pane label="资产信息" lazy>
<!--暂时用审核的权限码控制,后端没时间加-->
<el-tab-pane label="资产信息" lazy v-if="permissions('app_appresident_examine')">
<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">