Demo:修复对象类型的标签数据在标签弹窗里回显错误的问题
This commit is contained in:
parent
44a883c473
commit
f819cbc5b1
@ -24,7 +24,7 @@
|
|||||||
backgroundColor: generateColorByContent(item)
|
backgroundColor: generateColorByContent(item)
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
{{ item }}
|
{{ typeof item === 'string' ? item : item.text }}
|
||||||
<div class="delBtn" @click="del(index)">
|
<div class="delBtn" @click="del(index)">
|
||||||
<span class="iconfont iconshanchu"></span>
|
<span class="iconfont iconshanchu"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user