This commit is contained in:
parent
8b203908a0
commit
725945d95c
22 changed files with 381 additions and 135 deletions
|
|
@ -199,7 +199,7 @@
|
|||
<div
|
||||
class="summary-value"
|
||||
v-if="
|
||||
modelValue.reporter?.phone || modelValue.reporter?.has_phone
|
||||
modelValue.reporter?.phone || modelValue.reporter?.phone != ''
|
||||
"
|
||||
>
|
||||
{{ modelValue.reporter.phone }}
|
||||
|
|
@ -216,7 +216,7 @@
|
|||
<div
|
||||
class="summary-value"
|
||||
v-if="
|
||||
modelValue.reporter?.email || modelValue.reporter?.has_email
|
||||
modelValue.reporter?.email || modelValue.reporter?.email != ''
|
||||
"
|
||||
>
|
||||
{{ modelValue.reporter?.email }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue