Skip to content

Commit

Permalink
Add additional columns to report view
Browse files Browse the repository at this point in the history
  • Loading branch information
cbranch committed Oct 20, 2021
1 parent 43f6bc5 commit be203c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backoffice-frontend/src/components/Home.vue
Expand Up @@ -229,6 +229,8 @@ export default {
{ key: 'actionGroup', label: 'Group' },
{ key: 'actions', label: '' },
{ key: 'policeCallTime', sortable: true },
{ key: 'court' },
{ key: 'custodyNumber' },
{ key: 'releasedTime', sortable: true },
]
},
Expand Down

0 comments on commit be203c4

Please sign in to comment.