getOptionSelected(event, scope.row)"
:value="[scope.row['status']]"
:class="addStatusColor(scope.row)"
/>
{{ translate(scope.row.status+2)}}
{{ dateFormat(scope.row.creationDate)}}
{{ dateFormat(scope.row.creationDate, 'HH:mm')}}
{{ translate(scope.row.subtype) }}
{{scope.row.affectedAssetType}}
{{`${scope.row.affectedAssetId}`}}