Commit e1da0a2e by caoyanzhi

调整代码

parent c9800619
......@@ -18,7 +18,7 @@
</el-dropdown>
<!--展示选中的标签-->
<div class="tags-group__show">
<div class="tags-group__tag" v-for="(item, index) in tagsData" :key="`${item.tagName}${index}`">
<div class="tags-group__tag" v-for="(item, index) in tagsData" :key="item.tagId">
<span>{{ item.tagName }}</span>
<span class="tags-group__tag-name">【选择:{{ item.newTagVal }}</span>
<i class="el-icon-edit" @click="editTags(index)"></i>
......
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