EnVisageOnline/Main/Source/EnVisage/Content/templates/SupplyDemandReport/expCatRow.html

16 lines
566 B
HTML

<!-- To-Do: rename objects, replace usage of parent objects like row with Ids in all levels -->
<tr ng-if="exp.Initialized" ng-show="exp.Show" class="ac-level-{{exp.Level}}">
<td class="headcol1 headcol-week expCat ac-row-name">
<div class="shortName ac-name">{{ exp.Name }}</div>
</td>
<td class="ac-row-total">
<div class="ac-total">
{{ exp.Priority }}
</div>
</td>
<td class="ac-row-total">
<div class="ac-total">
{{ (exp.TotalValue || 0 | number:2) }}
</div>
</td>
</tr>