Commit 8e8748cb by caoyanzhi

update: 调整按钮埋点

parent 93346e0c
......@@ -22,7 +22,7 @@
<!--{{ tagName }}-->
{{showSearchResult ? `【${tagName}】搜索结果` : tagName}}
<el-button type="primary" class="add-newtag" @click="editHandTag()" v-show="handTag == 1 && !weimId.includes(groupId || params.id) && $getButtonLimit($buttonCode.memberTagAddTag)" :limit-code='$buttonCode.memberTagAddTag'>新增标签</el-button>
<el-button type="primary" class="add-newtag" @click="$router.push('/syncTagHistory')" v-if="handTag == 1 && $store.state.isSuperAdmin && !isSync && $getButtonLimit($buttonCode.memberTagSyncTag)" :limit-code='$buttonCode.memberTagSyncTag'>同步标签</el-button>
<el-button type="primary" class="add-newtag" @click="$router.push('/syncTagHistory')" v-if="handTag == 1 && !isSync && $getButtonLimit($buttonCode.memberTagSyncTag)" :limit-code='$buttonCode.memberTagSyncTag'>同步标签</el-button>
<!-- <a href="http://demogic.udesk.cn/hc/articles/221271?api_name=&preview=true&preview_as_role=admin&theme_id=18093" target="_blank" class="help-doc">查看帮助文档</a> -->
<a href="https://www.yuque.com/exnmlu/hpbb1c/cz27hs" target="_blank" class="help-doc">查看帮助文档</a>
</p>
......
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