标签信息增加权限码控制

This commit is contained in:
aixianling
2022-05-18 11:34:13 +08:00
parent 79c6636fb2
commit 18c7277d7b

View File

@@ -200,7 +200,7 @@
</ai-table>
</div>
</ai-card>
<tags-manage v-if="currentTab=='0'&&baseInfo.id" v-bind="$props" :resident-id="baseInfo.id"/>
<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>
<personal-assets v-if="currentTab==1&&baseInfo.id" :resident-id="baseInfo.id" v-bind="$props"/>