Commit d772e18c by liuchenxi

update: 金字塔权限

parent f183b81a
......@@ -4,7 +4,7 @@
<el-tabs v-model="activeType" class="tabs">
<el-tab-pane label="我的客户分组" name="1"></el-tab-pane>
<el-tab-pane label="固化人群" name="2"></el-tab-pane>
<el-tab-pane label="金字塔客户分组" name="3" v-if="!($store.state.changeEnableAccess && !$store.state.isSuperAdmin)"></el-tab-pane>
<el-tab-pane label="金字塔客户分组" name="3" v-if="!($store.state.enableAccessControl && !$store.state.isSuperAdmin)"></el-tab-pane>
</el-tabs>
</div>
<div class="right-content">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment