This commit is contained in:
parent
8b203908a0
commit
725945d95c
22 changed files with 381 additions and 135 deletions
|
|
@ -87,13 +87,13 @@
|
|||
</div>
|
||||
<div class="col-md-6">
|
||||
<label
|
||||
v-if="report.owner.has_email"
|
||||
v-if="report.owner.emails.length"
|
||||
class="form-label text-muted small mb-0"
|
||||
>
|
||||
<i class="bi bi-envelope"></i>
|
||||
</label>
|
||||
<label
|
||||
v-if="report.owner.has_phone"
|
||||
v-if="report.owner.phones.length"
|
||||
class="form-label text-muted small mb-0"
|
||||
>
|
||||
<i class="bi bi-phone"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue