Commit 93346e0c by caoyanzhi

update: 按钮权限管理

parent eef73530
......@@ -190,8 +190,8 @@
<el-option :key="1" label="删除" :value="1" :limit-code='$buttonCode.memberTagBatchDel' v-if='$getButtonLimit($buttonCode.memberTagBatchDel)'> </el-option>
<el-option :key="2" label="修改所属分类" :value="2" :limit-code='$buttonCode.memberTagBatchEditBelong' v-if='$getButtonLimit($buttonCode.memberTagBatchEditBelong)'> </el-option>
</el-select>
<el-tooltip class="item" effect="dark" :content="countGroupText" placement="top">
<el-button type="primary" :limit-code="$buttonCode.memberTagAddGroup" v-if="$getButtonLimit($buttonCode.memberTagAddGroup)" @click="toAddGroup" class="fr">新增分组</el-button>
<el-tooltip class="item" effect="dark" v-if="$getButtonLimit($buttonCode.memberTagAddGroup)" :content="countGroupText" placement="top">
<el-button type="primary" :limit-code="$buttonCode.memberTagAddGroup" @click="toAddGroup" class="fr">新增分组</el-button>
</el-tooltip>
</div>
</div>
......
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