badge-entity: mask 'tiers' when displayLong (??)

This commit is contained in:
Mathieu Jaumotte 2021-12-09 09:40:52 +01:00
parent 9272687ec4
commit f5ae5443ab

View File

@ -5,7 +5,10 @@
</span>
<span v-if="entity.type === 'thirdparty'" class="badge rounded-pill bg-thirdparty">
<template v-if="options.displayLong !== true">
{{ $t('renderbox.type.thirdparty')}}
</template>
<i class="fa fa-user fa-fw" v-if="entity.kind === 'child'"></i>
<i class="fa fa-hospital-o fa-fw" v-else-if="entity.kind === 'company'"></i>