Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
guru-aot committed Mar 28, 2023
1 parent dcf8f73 commit 3cf7e96
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@
</template></Column
>
<Column field="overawardOrigin" header="Origin"></Column>
<Column field="assessmentTriggerType" header="Type"></Column>
<Column field="assessmentTriggerType" header="Type"
><template #body="slotProps">
<span>
{{ emptyStringFiller(slotProps.data.assessmentTriggerType) }}
</span>
</template></Column
>
<Column field="awardValueCode" header="Award"></Column>
<Column field="overawardValue" header="Overaward amount">
<template #body="slotProps">
Expand Down

0 comments on commit 3cf7e96

Please sign in to comment.