Add display for nuisance source data
This commit is contained in:
parent
aa94cce2ad
commit
daf5aa316f
1 changed files with 26 additions and 0 deletions
|
|
@ -611,6 +611,32 @@
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<template
|
||||
x-if="selectedCommunication.public_report.nuisance.source_container || selectedCommunication.public_report.nuisance.source_gutter || selectedCommunication.public_report.nuisance.source_stagnant"
|
||||
>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label text-muted small mb-0">
|
||||
<i class="bi bi-droplet"></i> Sources
|
||||
</label>
|
||||
<ul>
|
||||
<template
|
||||
x-if="selectedCommunication.public_report.nuisance.source_container"
|
||||
>
|
||||
<li>Container</li>
|
||||
</template>
|
||||
<template
|
||||
x-if="selectedCommunication.public_report.nuisance.source_gutter"
|
||||
>
|
||||
<li>Gutter</li>
|
||||
</template>
|
||||
<template
|
||||
x-if="selectedCommunication.public_report.nuisance.source_stagnant"
|
||||
>
|
||||
<li>Sprinklers & Gutters</li>
|
||||
</template>
|
||||
</ul>
|
||||
</div>
|
||||
</template>
|
||||
<template
|
||||
x-if="selectedCommunication.public_report.nuisance.source_description != ''"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue