mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
various improvements on 3party
This commit is contained in:
@@ -1,18 +1,23 @@
|
||||
<template>
|
||||
<div class="container">
|
||||
|
||||
|
||||
<span class="name">
|
||||
{{ item.result.text }}
|
||||
</span>
|
||||
<span class="location">
|
||||
{{ item.result.address.text }} -
|
||||
<template v-if="item.result.address != null">
|
||||
{{ item.result.address.text }} -
|
||||
{{ item.result.address.postcode.name }}
|
||||
</template>
|
||||
</span>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="right_actions">
|
||||
|
||||
<span class="badge rounded-pill bg-secondary" :title="item.key">
|
||||
|
||||
<span class="badge rounded-pill bg-info" v-if="item.result.isChild">
|
||||
{{ $t('item.thirdparty_contact')}}
|
||||
</span>
|
||||
<span class="badge rounded-pill bg-secondary" :title="item.key">
|
||||
{{ $t('item.type_thirdparty') }}
|
||||
</span>
|
||||
<on-the-fly
|
||||
@@ -20,7 +25,7 @@
|
||||
v-bind:id="item.result.id"
|
||||
action="show">
|
||||
</on-the-fly>
|
||||
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user