Commit 3676a073 by huaying

fix: 关联渠道

parent 399544bc
......@@ -598,6 +598,14 @@
</div>
</div>
</template>
<!-- 单选属性 关联渠道-->
<template v-if="parent.templateCode == 'tag040'">
</template>
<!-- 最近关联时间 -->
<template v-if="parent.templateCode == 'tag020'">
</template>
</div>
</div>
</div>
......
......@@ -12,6 +12,10 @@
<i class="iconfont icon-shangc" />
导入多标签值会员
</el-button>
<el-button type="primary" class="ghost-btn" @click="importTagValue">
<i class="iconfont icon-shangc" />
导入标签值
</el-button>
<el-button type="primary" class="ghost-btn" @click="exportMember">
<i class="iconfont icon-xiazai" />
导出人群
......@@ -191,6 +195,10 @@ export default {
}
},
methods: {
// 导出标签值
importTagValue() {
console.log('导出标签值');
},
// 添加和编辑标签值
addTagItem(tagItemId, tagItemName) {
......
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