add parent in thirdpartyrenderbox.vue

This commit is contained in:
2021-10-12 17:50:32 +02:00
parent b84d0100e0
commit 01ff88074b
2 changed files with 16 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
</div>
<div class="tpartyparent" v-if="hasParent">
<span class="name">
{{ item.result.parent.text }}
> {{ item.result.parent.text }}
</span>
</div>
</div>