Commit 149113be by caoyanzhi

Merge branch 'feature/创建会员分组时可选标签组数量上限为5' into dev

parents b2d71259 cdf37fe5
......@@ -11,7 +11,7 @@
</el-tooltip>
</li>
</ul>
<div v-if="(index === 0 && tagsListFilter.length > 1) || (index === 1 && tagsListFilter.length > 2)" class="tag-relation">
<div v-if="index < tagsListFilter.length - 1" class="tag-relation">
<span class="tag-relation__wrap">
<i class="tag-relation__cont">
{{ tagsListFilter[index + 1][0].levelType === 'or' ? '或者' : tagsListFilter[index + 1][0].levelType === 'andNot' ? '剔除' : '' }}
......
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