Merge pull request #593 from dod-ccpo/to-funding-status-alerts

TO Statuses on Portfolio Funding Page
This commit is contained in:
leigh-mil
2019-02-05 15:44:13 -05:00
committed by GitHub
8 changed files with 264 additions and 23 deletions

View File

@@ -21,6 +21,7 @@ export default {
props: {
data: Array,
expired: Boolean,
funded: Boolean,
},
components: {
@@ -47,6 +48,7 @@ export default {
attr: 'start_date',
sortFunc: numericSort,
width: '50%',
class: 'period-of-performance',
},
{
displayName: 'Initial Value',
@@ -72,6 +74,7 @@ export default {
isAscending: false,
columns: indexBy(prop('displayName'), columns),
},
days_to_exp_alert_limit: 30,
}
},