diff --git a/ts/components/CommunicationColumnDetail.vue b/ts/components/CommunicationColumnDetail.vue index 9a0dab54..fb0bd2b0 100644 --- a/ts/components/CommunicationColumnDetail.vue +++ b/ts/components/CommunicationColumnDetail.vue @@ -68,335 +68,8 @@
+ -
-
-
-
- - - Nuisance Report - - - - Standing Water Report - -
- Report ID: #{{ selectedCommunication.id }} -
- - - -
- - -
-
-
-
- -
- {{ - formatAddress( - selectedCommunication.public_report.address, - ) - }} -
-
-
- -
- {{ - selectedCommunication.public_report.reporter.name || - "not given" - }} -
-
-
- - -
-
-
-
-
    -
  • - Reporter is the owner of the property -
  • -
  • - Reporter has asked to be kept confidential -
  • -
-
-
-
-
- - -
-
- Nuisance Details -
-
-
-
- -
    -
  • Early
  • -
  • Daytime
  • -
  • Evening
  • -
  • Night
  • -
-
-
- -
-
    -
  • Backyard
  • -
  • - Frontyard -
  • -
  • Garden
  • -
  • Other
  • -
  • Pool
  • -
-
-
-
- -
    -
  • Container
  • -
  • Gutter
  • -
  • - Sprinklers & Gutters -
  • -
-
-
- -
- {{ nuisance?.source_description || "none" }} -
-
-
- -
- {{ nuisance?.duration }} -
-
-
- -
- {{ nuisance?.additional_info || "No additional notes" }} -
-
-
-
-
- - -
-
- Standing Water Details -
-
-
- -
-
    -
  • Gate
  • -
  • Fence
  • -
  • Locked
  • -
  • Dog
  • -
  • Other access obstacle
  • -
-
-
-
- -
- {{ water?.access_comments }} -
-
- -
- - - Larvae - - - - Pupae - - - - Adult Mosquitoes - -
-
- -
- {{ water?.comments }} -
-
-
- -
- {{ water?.owner.name || "not given" }} -
-
-
- - -
-
-
- - -
-
- Attached Photos - - {{ selectedCommunication.public_report.images?.length || 0 }} - -
-
-
- -
-
- -

No images attached

-
-
-
-
@@ -405,8 +78,9 @@